Skip to content

Commit 79ad133

Browse files
committed
further fix to tests
1 parent 608ef23 commit 79ad133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/02/test_projects_crud_handlers__list_with_query_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def standard_user_role() -> tuple[str, tuple[UserRole, ExpectedResponse]]:
4242
@pytest.fixture
4343
def mock_catalog_api_get_services_for_user_in_product(mocker: MockerFixture):
4444
mocker.patch(
45-
"simcore_service_webserver.projects._crud_api_read.get_services_for_user_in_product",
45+
"simcore_service_webserver.projects._crud_api_read.catalog_service.get_services_for_user_in_product",
4646
spec=True,
4747
return_value=[],
4848
)

0 commit comments

Comments
 (0)