resolve typo comments
This commit is contained in:
parent
c6f6a8800d
commit
f6cb47fbbb
3 changed files with 4 additions and 4 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue