diff options
| author | Amir Zarrinkafsh <nightah@me.com> | 2024-02-19 12:56:40 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-19 13:56:40 +1100 |
| commit | aa394f7ddb1e2f508f0d3a156d6eda300a72246b (patch) | |
| tree | 369196573f258db180a84b814c284ac2feb9ed9d /internal/handlers/handler_authz_impl_authrequest_test.go | |
| parent | d96bda049da0c4165e9ea80a46d3f6b39e2ab443 (diff) | |
ci: remove container read-only mounts (#6709)
* ci: remove container read-only mounts
Signed-off-by: Amir Zarrinkafsh <nightah@me.com>
* refactor: linting updates
Signed-off-by: Amir Zarrinkafsh <nightah@me.com>
---------
Signed-off-by: Amir Zarrinkafsh <nightah@me.com>
Diffstat (limited to 'internal/handlers/handler_authz_impl_authrequest_test.go')
| -rw-r--r-- | internal/handlers/handler_authz_impl_authrequest_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/handlers/handler_authz_impl_authrequest_test.go b/internal/handlers/handler_authz_impl_authrequest_test.go index f360bf1dc..a3c35c7bf 100644 --- a/internal/handlers/handler_authz_impl_authrequest_test.go +++ b/internal/handlers/handler_authz_impl_authrequest_test.go @@ -63,6 +63,7 @@ func (s *AuthRequestAuthzSuite) TestShouldHandleAllMethodsDeny() { query.Set(queryArgRD, pairURI.TargetURI.String()) query.Set(queryArgRM, method) expected.RawQuery = query.Encode() + assert.Equal(t, fasthttp.StatusUnauthorized, mock.Ctx.Response.StatusCode()) assert.Equal(t, expected.String(), string(mock.Ctx.Response.Header.Peek(fasthttp.HeaderLocation))) }) |
