From 8a7e22e63e93c231dc094c2bc64627825bd0f28d Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Wed, 4 Nov 2020 08:43:45 -0800 Subject: [PATCH] @ankeesler: Maybe, but not this time ;) --- internal/oidc/auth/auth_handler_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/oidc/auth/auth_handler_test.go b/internal/oidc/auth/auth_handler_test.go index 58a8a221..f43d23b8 100644 --- a/internal/oidc/auth/auth_handler_test.go +++ b/internal/oidc/auth/auth_handler_test.go @@ -37,7 +37,7 @@ func TestAuthorizationEndpoint(t *testing.T) { "error_hint": "The requested OAuth 2.0 Client does not exist.", "status_code": 401 } - `) + `) 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.", "status_code": 400 } - `) + `) fositeUnsupportedResponseTypeErrorQuery = url.Values{ "error": []string{"unsupported_response_type"},