There was an error while loading. Please reload this page.
1 parent 3fd6642 commit 1864f4cCopy full SHA for 1864f4c
1 file changed
tests/integration/endpoints/test_job_update.py
@@ -10,7 +10,9 @@
10
ENDPOINT = "/_job_status"
11
12
13
-def test_job_status_init(db_session: Session, jobs: list[Job]) -> None:
+def test_job_status_init(
14
+ db_session: Session, client: TestClient, jobs: list[Job]
15
+) -> None:
16
job = db_session.query(Job).first()
17
assert job is not None
18
assert job.status == "queued"
0 commit comments