diff --git a/tests/integration/test_task_pool.py b/tests/integration/test_task_pool.py index 5c2ac56a25..2ad2e26a06 100644 --- a/tests/integration/test_task_pool.py +++ b/tests/integration/test_task_pool.py @@ -1939,7 +1939,10 @@ async def test_remove_by_suicide( 'scheduler': {'allow implicit tasks': 'True'}, 'scheduling': { 'graph': { - 'R1': 'a? & b\n a:failed? => !b' + 'R1': ''' + a? & b + a:failed? => !b + ''' }, } })