diff --git a/tests/test_xfel_calibrate/conftest.py b/tests/test_xfel_calibrate/conftest.py index 61fb9c6f1fb24e61c59bc8fcfe6c66ad321c36ee..2920104b43ea83046f5b428a35fc431e0005ae48 100644 --- a/tests/test_xfel_calibrate/conftest.py +++ b/tests/test_xfel_calibrate/conftest.py @@ -37,7 +37,7 @@ class FakeProcessCalibrate(FakeProcess): self.register_subprocess(settings.free_nodes_cmd, stdout=["1"]) self.register_subprocess(settings.preempt_nodes_cmd, stdout=["1"]) self.register_subprocess( - ["sbatch", self.any()], stdout=["Submitted batch job 000000"] + ["sbatch", self.any()], stdout=["000000"] ) # For the version insertion... diff --git a/tests/test_xfel_calibrate/test_cli.py b/tests/test_xfel_calibrate/test_cli.py index 39697e8e7e82c1ec9e26952d67769c1e2e4285a2..ed02de5e71744f9340447e6581dbed04acaf1134 100644 --- a/tests/test_xfel_calibrate/test_cli.py +++ b/tests/test_xfel_calibrate/test_cli.py @@ -209,7 +209,7 @@ class TestTutorialNotebook: today = date.today() expected_equals = { - "joblist": [], + "joblist": ["000000"], "project": "Tutorial Calculation", "calibration": "Tutorial Calculation", "author": "Astrid Muennich",