@ankeesler: Maybe, but not this time ;)

This commit is contained in:
Ryan Richard 2020-11-04 08:43:45 -08:00
parent 9e4ffd1cce
commit 8a7e22e63e

View File

@ -37,7 +37,7 @@ func TestAuthorizationEndpoint(t *testing.T) {
"error_hint": "The requested OAuth 2.0 Client does not exist.", "error_hint": "The requested OAuth 2.0 Client does not exist.",
"status_code": 401 "status_code": 401
} }
`) `)
fositeInvalidRedirectURIErrorBody = here.Doc(` fositeInvalidRedirectURIErrorBody = here.Doc(`
{ {
@ -47,7 +47,7 @@ func TestAuthorizationEndpoint(t *testing.T) {
"error_hint": "The \"redirect_uri\" parameter does not match any of the OAuth 2.0 Client's pre-registered redirect urls.", "error_hint": "The \"redirect_uri\" parameter does not match any of the OAuth 2.0 Client's pre-registered redirect urls.",
"status_code": 400 "status_code": 400
} }
`) `)
fositeUnsupportedResponseTypeErrorQuery = url.Values{ fositeUnsupportedResponseTypeErrorQuery = url.Values{
"error": []string{"unsupported_response_type"}, "error": []string{"unsupported_response_type"},