resolve typo comments

This commit is contained in:
Tim Möhlmann 2023-09-27 10:03:03 +03:00
parent c6f6a8800d
commit f6cb47fbbb
3 changed files with 4 additions and 4 deletions

View file

@ -745,7 +745,7 @@ func Test_webServer_codeExchangeHandler(t *testing.T) {
},
},
{
name: "unimplemented JWTProfile called",
name: "unimplemented CodeExchange called",
decoder: testDecoder,
r: httptest.NewRequest(http.MethodPost, "/", strings.NewReader("code=123&redirect_uri=https://example.com/callback")),
want: webServerResult{