Update integration_test.go
This commit is contained in:
parent
a9e1b3f926
commit
9401fd23ac
1 changed files with 0 additions and 1 deletions
|
@ -309,7 +309,6 @@ func RunAuthorizationCodeFlow(t *testing.T, opServer *httptest.Server, clientID,
|
|||
}()
|
||||
require.Less(t, capturedW.Code, 400, "token exchange response code")
|
||||
// TODO: how to check the custom header was sent to the server?
|
||||
// TODO: how to check the Autorization header was sent to the server? (AuthStyleInHeader)
|
||||
|
||||
//nolint:bodyclose
|
||||
resp = capturedW.Result()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue