fix test
This commit is contained in:
parent
f2545780c8
commit
fa73f36780
1 changed files with 2 additions and 1 deletions
|
@ -428,7 +428,8 @@ func TestTryErrorRedirect(t *testing.T) {
|
|||
parent: oidc.ErrInteractionRequired().WithDescription("sign in"),
|
||||
},
|
||||
want: &Redirect{
|
||||
URL: "http://example.com/callback?error=interaction_required&error_description=sign+in&state=state1",
|
||||
Header: make(http.Header),
|
||||
URL: "http://example.com/callback?error=interaction_required&error_description=sign+in&state=state1",
|
||||
},
|
||||
wantLog: `{
|
||||
"level":"WARN",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue