Skip to content

Commit 1864f4c

Browse files
committed
fix tests, maybe
1 parent 3fd6642 commit 1864f4c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/integration/endpoints/test_job_update.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
ENDPOINT = "/_job_status"
1111

1212

13-
def test_job_status_init(db_session: Session, jobs: list[Job]) -> None:
13+
def test_job_status_init(
14+
db_session: Session, client: TestClient, jobs: list[Job]
15+
) -> None:
1416
job = db_session.query(Job).first()
1517
assert job is not None
1618
assert job.status == "queued"

0 commit comments

Comments
 (0)