Skip to content

Commit

Permalink
Correct jobs count
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagonite committed Feb 12, 2025
1 parent 63798ac commit 56b8266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def test_jobs_count():
"""
response = client.get("/jobs/count")
assert response.status_code == HTTPStatus.OK
assert response.json()["count"] == 5001 # noqa: PLR2004
assert response.json()["count"] == 5002 # noqa: PLR2004


@patch("fia_api.core.auth.tokens.requests.post")
Expand Down

0 comments on commit 56b8266

Please sign in to comment.