diff --git a/client/handler_test.go b/client/handler_test.go index fbed537c12e..ba714c4d323 100644 --- a/client/handler_test.go +++ b/client/handler_test.go @@ -347,7 +347,7 @@ func TestHandler(t *testing.T) { statusCode: http.StatusBadRequest, }, { - d: "setting skip_consent suceeds for admin registration", + d: "setting skip_consent succeeds for admin registration", payload: &client.Client{ RedirectURIs: []string{"http://localhost:3000/cb"}, SkipConsent: true,