Revert "limit forbidden error to details of what was forbidden"

This reverts commit ecbd013795.
This commit is contained in:
Samuel Davidson
2018-10-26 15:58:09 -07:00
parent 1df4f8eaf6
commit 294e02ed4b
3 changed files with 3 additions and 3 deletions

View File

@@ -175,7 +175,7 @@ func TestStatus(t *testing.T) {
statusCode: http.StatusForbidden,
reqPath: "/apis",
reason: "Forbidden",
message: `forbidden: User "" cannot get path "/apis"`,
message: `forbidden: User "" cannot get path "/apis": Everything is forbidden.`,
},
{
name: "401",