From 8476e5acc0fa99617ce91822f01e489d9c642d55 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 19 Dec 2020 22:01:54 -0500 Subject: [PATCH] spelling: requested Signed-off-by: Josh Soref --- server/server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/server_test.go b/server/server_test.go index 72860f2a..fdf23d8f 100644 --- a/server/server_test.go +++ b/server/server_test.go @@ -435,7 +435,7 @@ func makeOAuth2Tests(clientID string, clientSecret string, now func() time.Time) v.Add("client_secret", clientSecret) v.Add("grant_type", "refresh_token") v.Add("refresh_token", token.RefreshToken) - // Request a scope that wasn't requestd initially. + // Request a scope that wasn't requested initially. v.Add("scope", "oidc email profile") resp, err := http.PostForm(p.Endpoint().TokenURL, v) if err != nil {