fix: tests
This commit is contained in:
parent
476a198f27
commit
d1773beef1
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ func TestValidateAuthReqRedirectURI(t *testing.T) {
|
||||||
false,
|
false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"implicit flow unregistered ok",
|
"implicit flow unregistered fails",
|
||||||
args{"https://unregistered.com/callback",
|
args{"https://unregistered.com/callback",
|
||||||
mock.NewClientWithConfig(t, []string{"https://registered.com/callback"}, op.ApplicationTypeUserAgent, nil, false),
|
mock.NewClientWithConfig(t, []string{"https://registered.com/callback"}, op.ApplicationTypeUserAgent, nil, false),
|
||||||
oidc.ResponseTypeIDToken},
|
oidc.ResponseTypeIDToken},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue