diff --git a/.github/workflows/tests/conftest.py b/.github/workflows/tests/conftest.py index 32ab56d..7e15889 100644 --- a/.github/workflows/tests/conftest.py +++ b/.github/workflows/tests/conftest.py @@ -17,4 +17,4 @@ def mosaic_id(): assert response.status_code == 200 resp = response.json() - return resp["searchid"] + return resp["id"]