diff options
Diffstat (limited to 't/cobrand/zurich.t')
-rw-r--r-- | t/cobrand/zurich.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t index a595f48c9..e16738b30 100644 --- a/t/cobrand/zurich.t +++ b/t/cobrand/zurich.t @@ -698,7 +698,7 @@ subtest "only superuser can edit bodies" => sub { }, sub { $mech->get( '/admin/body/' . $zurich->id ); }; - is $mech->res->code, 404, "only superuser should be able to edit bodies"; + is $mech->res->code, 403, "only superuser should be able to edit bodies"; $mech->log_out_ok; }; |