diff options
Diffstat (limited to 't/app/controller/around.t')
-rw-r--r-- | t/app/controller/around.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/around.t b/t/app/controller/around.t index ca1694b49..db03e00f4 100644 --- a/t/app/controller/around.t +++ b/t/app/controller/around.t @@ -72,7 +72,7 @@ foreach my $test ( $mech->get_ok('/'); $mech->submit_form_ok( { with_fields => { pc => $test->{pc} } }, "good location" ); - is_deeply $mech->form_errors, [], "no errors for pc '$test->{pc}'"; + is_deeply $mech->page_errors, [], "no errors for pc '$test->{pc}'"; is_deeply $mech->extract_location, $test, "got expected location for pc '$test->{pc}'"; }; |