Skip to content

Commit e1f6496

Browse files
authored
🐛fixed test blocking CI in director-v2 unittests (ITISFoundation#3680)
1 parent 4c79785 commit e1f6496

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class ServiceParams(NamedTuple):
5656

5757
@pytest.fixture
5858
def minimal_config(
59+
disable_rabbitmq: None,
5960
mock_env: EnvVarsDict,
6061
postgres_host_config: dict[str, str],
6162
monkeypatch: MonkeyPatch,
@@ -77,7 +78,7 @@ def dynamic_sidecar_headers() -> dict[str, str]:
7778

7879

7980
@pytest.fixture(scope="function")
80-
def mock_env(monkeypatch: MonkeyPatch) -> None:
81+
def mock_env(disable_rabbitmq: None, monkeypatch: MonkeyPatch) -> None:
8182
# Works as below line in docker.compose.yml
8283
# ${DOCKER_REGISTRY:-itisfoundation}/dynamic-sidecar:${DOCKER_IMAGE_TAG:-latest}
8384

0 commit comments

Comments
 (0)