diff options
-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; |