diff --git a/tests/test_cache_executor_pysqa_flux.py b/tests/test_cache_executor_pysqa_flux.py index 995e876a..827fd455 100644 --- a/tests/test_cache_executor_pysqa_flux.py +++ b/tests/test_cache_executor_pysqa_flux.py @@ -33,7 +33,7 @@ def mpi_funct(i): class TestCacheExecutorPysqa(unittest.TestCase): def test_executor(self): with Executor( - backend="pysqa_flux", + backend="flux_submission", resource_dict={"cores": 2, "cwd": "cache"}, block_allocation=False, cache_directory="cache",