Skip to content

Commit bc2f17d

Browse files
committed
Update to default value
1 parent eb97098 commit bc2f17d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit_tests/test_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def test_config_yaml_parsed(temp_yaml_config_file):
307307
"well_known_url": "https://auth.example.com/realms/sample/.well-known/openid-configuration",
308308
"client_id": "blueapi-client",
309309
"client_audience": "aud",
310-
"logout_redirect_endpoint": "/oauth2/sign_out",
310+
"logout_redirect_endpoint": None,
311311
},
312312
"scratch": {
313313
"root": "/tmp/scratch/blueapi",
@@ -354,7 +354,7 @@ def test_config_yaml_parsed(temp_yaml_config_file):
354354
"well_known_url": "https://auth.example.com/realms/sample/.well-known/openid-configuration",
355355
"client_id": "blueapi-client",
356356
"client_audience": "aud",
357-
"logout_redirect_endpoint": "/oauth2/sign_out",
357+
"logout_redirect_endpoint": None,
358358
},
359359
"scratch": {
360360
"root": "/tmp/scratch/blueapi",

0 commit comments

Comments
 (0)