File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
services/director-v2/tests/unit/with_dbs Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments