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 72e2bc7 commit f0709d3Copy full SHA for f0709d3
services/dynamic-scheduler/tests/conftest.py
@@ -107,7 +107,7 @@ def disable_deferred_manager_lifespan(mocker: MockerFixture) -> None:
107
108
@pytest.fixture
109
def disable_notifier_lifespan(mocker: MockerFixture) -> None:
110
- mocker.patch(f"{_PATH_APPLICATION}.get_notifier_lifespans")
+ mocker.patch(f"{_PATH_APPLICATION}.get_lifespans_notifier")
111
112
113
0 commit comments