Skip to content

Commit 8b3ea61

Browse files
committed
fixed test
1 parent bdba487 commit 8b3ea61

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

services/dynamic-sidecar/tests/unit/test_core_registry.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
_login_registry,
1414
)
1515

16+
pytest_simcore_core_services_selection = [
17+
"postgres",
18+
]
19+
20+
pytest_simcore_ops_services_selection = [
21+
"adminer",
22+
]
23+
1624

1725
def _get_registry_config(
1826
*,
@@ -77,7 +85,9 @@ def mock_registry_settings_with_auth(
7785
monkeypatch.setenv(
7886
"DY_DEPLOYMENT_REGISTRY_SETTINGS",
7987
_get_registry_config(
80-
url=docker_registry, user="testuser", password="testpassword" # noqa: S106
88+
url=docker_registry,
89+
user="testuser",
90+
password="testpassword", # noqa: S106
8191
),
8292
)
8393

0 commit comments

Comments
 (0)