From c53a496f84c907431f7996c8e5530af63dd8f03f Mon Sep 17 00:00:00 2001 From: Brett Lawson <> Date: Tue, 24 Sep 2024 11:21:48 -0700 Subject: [PATCH] ING-923: Adjusted test text for Authorization header missing. --- gateway/test/dapi_crud_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gateway/test/dapi_crud_test.go b/gateway/test/dapi_crud_test.go index 1d89700..70ad73f 100644 --- a/gateway/test/dapi_crud_test.go +++ b/gateway/test/dapi_crud_test.go @@ -97,7 +97,8 @@ func (s *GatewayOpsTestSuite) RunCommonDapiErrorCases( }) require.NotNil(s.T(), resp) require.Equal(s.T(), http.StatusBadRequest, resp.StatusCode) - // BUG(ING-923): We don't check the response body here. + // Authorization header missing is considered a missing parameter rather + // than an authentication specific error. }) s.Run("DocKeyTooLong", func() {