Skip to content

Commit d71be47

Browse files
committed
fixed tests
1 parent 75d74cd commit d71be47

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

services/director-v2/tests/unit/with_dbs/test_api_route_computations.py renamed to services/director-v2/tests/unit/with_dbs/comp_scheduler/test_api_route_computations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ def minimal_configuration(
8888
redis_service: RedisSettings,
8989
monkeypatch: pytest.MonkeyPatch,
9090
faker: Faker,
91+
with_disabled_auto_scheduling: mock.Mock,
92+
with_disabled_scheduler_publisher: mock.Mock,
9193
):
9294
monkeypatch.setenv("DIRECTOR_V2_DYNAMIC_SIDECAR_ENABLED", "false")
9395
monkeypatch.setenv("COMPUTATIONAL_BACKEND_DASK_CLIENT_ENABLED", "1")

0 commit comments

Comments
 (0)