File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments