Skip to content

Commit

Permalink
ING-923: Adjusted test text for Authorization header missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Lawson authored and brett19 committed Sep 24, 2024
1 parent d83afc7 commit 9cb4514
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gateway/test/dapi_crud_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 9cb4514

Please sign in to comment.