Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzeranov committed Oct 31, 2024
1 parent cc529e4 commit 093a2a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def test_can_list_jobs_200_check_values(client: TestClient, session: Session) ->
"status": APIJobStatuses.active,
"job_description": manifest["annotation"]["description"],
"reward_amount": manifest["job_bounty"],
"reward_token": "HMT",
"reward_token": "hmt",
"created_at": cvat_project.created_at.isoformat().replace("+00:00", "Z"),
"updated_at": cvat_first_job.task.project.updated_at.isoformat().replace("+00:00", "Z"),
"qualifications": manifest.get("qualifications", []),
Expand Down

0 comments on commit 093a2a1

Please sign in to comment.