Skip to content

Commit 093a2a1

Browse files
committed
fix: tests
1 parent cc529e4 commit 093a2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/examples/cvat/exchange-oracle/tests/api/test_exchange_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ def test_can_list_jobs_200_check_values(client: TestClient, session: Session) ->
501501
"status": APIJobStatuses.active,
502502
"job_description": manifest["annotation"]["description"],
503503
"reward_amount": manifest["job_bounty"],
504-
"reward_token": "HMT",
504+
"reward_token": "hmt",
505505
"created_at": cvat_project.created_at.isoformat().replace("+00:00", "Z"),
506506
"updated_at": cvat_first_job.task.project.updated_at.isoformat().replace("+00:00", "Z"),
507507
"qualifications": manifest.get("qualifications", []),

0 commit comments

Comments
 (0)