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 bb9db8a commit ec4b468Copy full SHA for ec4b468
services/api-server/tests/unit/api_solvers/test_api_routers_solvers.py
@@ -109,7 +109,7 @@ async def test_list_solvers_with_mocked_catalog(
109
assert response.status_code == status.HTTP_200_OK
110
111
112
-async def test_list_solver_releases_with_mocked_catalog(
+async def test_list_releases_with_mocked_catalog(
113
client: httpx.AsyncClient,
114
mocked_rpc_catalog_service_api: dict,
115
auth: httpx.BasicAuth,
0 commit comments