Skip to content

Commit ec4b468

Browse files
committed
change test name
1 parent bb9db8a commit ec4b468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/api-server/tests/unit/api_solvers/test_api_routers_solvers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async def test_list_solvers_with_mocked_catalog(
109109
assert response.status_code == status.HTTP_200_OK
110110

111111

112-
async def test_list_solver_releases_with_mocked_catalog(
112+
async def test_list_releases_with_mocked_catalog(
113113
client: httpx.AsyncClient,
114114
mocked_rpc_catalog_service_api: dict,
115115
auth: httpx.BasicAuth,

0 commit comments

Comments
 (0)