From 7c5ccab638c18d65d44ba80e7ed3e396c998f9d6 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 15 Nov 2024 21:57:18 +0100 Subject: [PATCH] fix flux submission test --- tests/test_cache_executor_pysqa_flux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",