Skip to content

Commit 52cb93c

Browse files
author
Andrei Neagu
committed
added proper error
1 parent 77ed410 commit 52cb93c

File tree

1 file changed

+5
-0
lines changed
  • services/dynamic-scheduler/tests/unit/api_frontend

1 file changed

+5
-0
lines changed

services/dynamic-scheduler/tests/unit/api_frontend/conftest.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ def disable_status_monitor_background_task(mocker: MockerFixture) -> None:
3232
)
3333

3434

35+
@pytest.fixture
36+
def use_internal_scheduler() -> bool:
37+
pytest.fail("please define use_internal_scheduler fixture in your tests folder")
38+
39+
3540
@pytest.fixture
3641
def app_environment(
3742
monkeypatch: pytest.MonkeyPatch,

0 commit comments

Comments
 (0)