Skip to content

Commit

Permalink
added better values in diffir test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrSheldon committed Aug 23, 2024
1 parent 70d0bff commit dbf8de2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions application/test/diffir_tests/test_diffir_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ def test_diffir_with_json(self):
ADMIN,
url,
params={
"task_id": "<str:task_id>",
"vm_id": "<str:vm_id>",
"dataset_id": "<str:dataset_id>",
"topk": "<int:topk>",
"run_id": "<str:run_id>",
"task_id": "t1",
"vm_id": "example_participant",
"dataset_id": "dataset-1",
"topk": 10,
"run_id": "run-3-example_participant",
},
)

Expand All @@ -44,11 +44,11 @@ def test_diffir_with_json_gz(self):
ADMIN,
url,
params={
"task_id": "<str:task_id>",
"vm_id": "<str:vm_id>",
"dataset_id": "<str:dataset_id>",
"topk": "<int:topk>",
"run_id": "<str:run_id>",
"task_id": "t1",
"vm_id": "example_participant",
"dataset_id": "dataset-1",
"topk": 10,
"run_id": "run-5-example_participant",
},
)

Expand Down

0 comments on commit dbf8de2

Please sign in to comment.