Skip to content

Commit

Permalink
fix benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Oct 12, 2023
1 parent 7695e1d commit b2ea9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ def mosaic_id():
assert response.status_code == 200

resp = response.json()
return resp["searchid"]
return resp["id"]

0 comments on commit b2ea9ce

Please sign in to comment.