From 9401fd23acf0d630d00f8079528c5f0f3bd64820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Fri, 23 Feb 2024 11:06:56 +0100 Subject: [PATCH] Update integration_test.go --- pkg/client/integration_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/client/integration_test.go b/pkg/client/integration_test.go index 2556d33..ce77f5e 100644 --- a/pkg/client/integration_test.go +++ b/pkg/client/integration_test.go @@ -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()