We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e682d72 commit 2c7fceaCopy full SHA for 2c7fcea
services/api-server/tests/unit/conftest.py
@@ -355,7 +355,7 @@ def mocked_storage_service_api_base(
355
base_url=settings.API_SERVER_STORAGE.base_url,
356
assert_all_called=False,
357
) as respx_mock:
358
- assert openapi["paths"]["/v0/"]["get"]["operationId"] == "health_check"
+ assert openapi["paths"]["/v0/"]["get"]["operationId"] == "get_health_v0__get"
359
360
respx_mock.get(path="/v0/", name="health_check").respond(
361
status.HTTP_200_OK,
0 commit comments