Update integration_test.go

This commit is contained in:
Jan-Otto Kröpke 2024-02-23 11:06:56 +01:00 committed by GitHub
parent a9e1b3f926
commit 9401fd23ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()