diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-10 14:40:30 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-10 14:40:30 +0100 |
commit | 40f13d3cc9dc903da5299901623677c205eff484 (patch) | |
tree | dc9ba86101496ef80ba9068cae83d7892e467dac /t/app/controller | |
parent | b02e8e5e29aa1b7087b08d6d7eddccae516b171a (diff) |
Consolidate MaPit calls to call out to it less.
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/report_updates.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_updates.t b/t/app/controller/report_updates.t index 4f7d1628d..4dd1db737 100644 --- a/t/app/controller/report_updates.t +++ b/t/app/controller/report_updates.t @@ -363,7 +363,7 @@ for my $test ( is $add_alerts, $details->{add_alert} ? 1 : 0, 'do not sign up for alerts'; $mech->get_ok( $url . $url_token ); - $mech->content_contains("/report/$report_id#$update_id"); + $mech->content_contains("/report/$report_id#update_$update_id"); my $unreg_user = FixMyStreet::App->model( 'DB::User' )->find( { email => $details->{rznvy} } ); |