summaryrefslogtreecommitdiff
path: root/pkg/authz/server_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/authz/server_test.go')
-rw-r--r--pkg/authz/server_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/authz/server_test.go b/pkg/authz/server_test.go
index 9da2800..7d63c5c 100644
--- a/pkg/authz/server_test.go
+++ b/pkg/authz/server_test.go
@@ -79,7 +79,6 @@ func TestServer(t *testing.T) {
{status: codes.OK, http: &HTTPRequest{Method: "GET", Path: "/sparkles"}},
{status: codes.OK, http: &HTTPRequest{Method: "GET", Path: "/vue.global.js"}},
{status: codes.OK, http: &HTTPRequest{Method: "POST", Path: "/sparkles", Headers: loggedInHeaders}},
- {status: codes.OK, http: &HTTPRequest{Method: "POST", Path: "/sparkles/restore"}},
{status: codes.PermissionDenied, http: &HTTPRequest{Method: "GET", Path: "/dashboard"}},
{status: codes.PermissionDenied, http: &HTTPRequest{Method: "GET", Path: "/dashboard", Headers: invalidHeaders}},
{status: codes.PermissionDenied, http: &HTTPRequest{Method: "POST", Path: "/sparkles"}},