Skip to content

Commit 26b258a

Browse files
author
Andrei Neagu
committed
fixed broken test
1 parent a6f131a commit 26b258a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/director-v2/tests/unit/with_dbs/test_api_route_dynamic_services.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ def minimal_config(
8181
monkeypatch.setenv("COMPUTATIONAL_BACKEND_ENABLED", "0")
8282
monkeypatch.setenv("COMPUTATIONAL_BACKEND_DASK_CLIENT_ENABLED", "0")
8383

84+
monkeypatch.setenv("DIRECTOR_V2_PROMETHEUS_INSTRUMENTATION_ENABLED", "1")
85+
8486

8587
@pytest.fixture(scope="session")
8688
def dynamic_sidecar_headers() -> dict[str, str]:

0 commit comments

Comments
 (0)