Skip to content

Commit b6613ea

Browse files
committed
fixup! Port MultiBackendJobManager to DummyBackend fixtures
1 parent 41f9701 commit b6613ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/extra/test_job_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def test_manager_must_exit_when_all_jobs_done(self, tmp_path, requests_mock, sle
317317
318318
Cause was that the run_jobs had an infinite loop when jobs ended with status error.
319319
"""
320-
# TODO: port to job_manager fixture
320+
# TODO: port to job_manager and DummyBackend fixtures
321321

322322
requests_mock.get("http://foo.test/", json={"api_version": "1.1.0"})
323323
requests_mock.get("http://bar.test/", json={"api_version": "1.1.0"})

0 commit comments

Comments
 (0)