Skip to content

Commit 2c7fcea

Browse files
committed
fix api-server test
1 parent e682d72 commit 2c7fcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/api-server/tests/unit/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def mocked_storage_service_api_base(
355355
base_url=settings.API_SERVER_STORAGE.base_url,
356356
assert_all_called=False,
357357
) as respx_mock:
358-
assert openapi["paths"]["/v0/"]["get"]["operationId"] == "health_check"
358+
assert openapi["paths"]["/v0/"]["get"]["operationId"] == "get_health_v0__get"
359359

360360
respx_mock.get(path="/v0/", name="health_check").respond(
361361
status.HTTP_200_OK,

0 commit comments

Comments
 (0)