Skip to content

Commit f0709d3

Browse files
author
Andrei Neagu
committed
fixed tests
1 parent 72e2bc7 commit f0709d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/dynamic-scheduler/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def disable_deferred_manager_lifespan(mocker: MockerFixture) -> None:
107107

108108
@pytest.fixture
109109
def disable_notifier_lifespan(mocker: MockerFixture) -> None:
110-
mocker.patch(f"{_PATH_APPLICATION}.get_notifier_lifespans")
110+
mocker.patch(f"{_PATH_APPLICATION}.get_lifespans_notifier")
111111

112112

113113
@pytest.fixture

0 commit comments

Comments
 (0)