fix: tests

This commit is contained in:
Fabiennne 2020-08-06 13:09:30 +02:00
parent 476a198f27
commit d1773beef1

View file

@ -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},