Skip to content

Commit 17b5ccc

Browse files
author
Andrei Neagu
committed
fixed broken tests
1 parent 2671668 commit 17b5ccc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ def mock_env(
8383
"RABBIT_USER": "admin",
8484
"RABBIT_SECURE": "false",
8585
"REDIS_HOST": "redis",
86-
"REDIS_PASSWORD": "None",
86+
"REDIS_PASSWORD": "null",
8787
"REDIS_PORT": "6789",
8888
"REDIS_SECURE": "False",
89-
"REDIS_USER": "None",
89+
"REDIS_USER": "null",
9090
"REGISTRY_AUTH": "false",
9191
"REGISTRY_PW": "test",
9292
"REGISTRY_SSL": "false",
@@ -286,10 +286,10 @@ def expected_dynamic_sidecar_spec(
286286
"RABBIT_USER": "admin",
287287
"RABBIT_SECURE": "False",
288288
"REDIS_HOST": "redis",
289-
"REDIS_PASSWORD": "None",
289+
"REDIS_PASSWORD": "null",
290290
"REDIS_PORT": "6789",
291291
"REDIS_SECURE": "False",
292-
"REDIS_USER": "None",
292+
"REDIS_USER": "null",
293293
"R_CLONE_OPTION_BUFFER_SIZE": "16M",
294294
"R_CLONE_OPTION_RETRIES": "3",
295295
"R_CLONE_OPTION_TRANSFERS": "5",

0 commit comments

Comments
 (0)