Skip to content

Commit a57bd5a

Browse files
author
Ciaran McCrisken
committed
Fix negative test data
1 parent e7d36e8 commit a57bd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/defines/vhost_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2440,7 +2440,7 @@
24402440
'auth_oidc' => true,
24412441
'oidc_settings' => { 'ProviderMetadataURL' => 'https://login.example.com/.well-known/openid-configuration',
24422442
'ClientID' => 'test',
2443-
'RedirectURI' => 'total_garbage',
2443+
'RedirectURI' => 'invalid_uri',
24442444
'ProviderTokenEndpointAuth' => 'client_secret_basic',
24452445
'RemoteUserClaim' => 'sub',
24462446
'ClientSecret' => 'aae053a9-4abf-4824-8956-e94b2af335c8',

0 commit comments

Comments
 (0)