diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-09-04 14:31:05 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-09-04 14:31:05 +0100 |
commit | 90a46767b4a3ce828ff74c15a1691502d1514575 (patch) | |
tree | 7c41d6a6a4501634db29ad6efc124a25282b2112 | |
parent | f9a90b2ec49c3275a69eecc8c80d577485f8dd01 (diff) |
[Zurich] Use get_ok for superuser adding bodies test
-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 97e525981..8cb3a6c65 100644 --- a/t/cobrand/zurich.t +++ b/t/cobrand/zurich.t @@ -247,7 +247,7 @@ $mech->log_out_ok; # Test only superuser can add bodies $user = $mech->log_in_ok( 'dm1@example.org') ; -$mech->get( '/admin/bodies' ); +$mech->get_ok( '/admin/bodies' ); $mech->content_lacks( '<form method="post" action="bodies"' ); $mech->log_out_ok; |