Skip to content

Commit 1fd7453

Browse files
committed
fixes fixture
1 parent 530f4df commit 1fd7453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/catalog/tests/unit/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ async def rpc_client(
275275

276276
@pytest.fixture
277277
def director_setup_disabled(mocker: MockerFixture) -> None:
278-
mocker.patch.object(simcore_service_catalog.core.events, "setup_director")
278+
mocker.patch.object(simcore_service_catalog.core.events, "director_lifespan")
279279

280280

281281
@pytest.fixture

0 commit comments

Comments
 (0)