diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-12-20 12:39:19 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-12-20 12:39:19 +0000 |
commit | 789cc13b7ca5951006993ceabea343c9a71d3ef0 (patch) | |
tree | ea94e81c3927a41c9c87e2b7fec579bc4bf33ec4 | |
parent | d596894460f92d2a5978879ee97dd6d13e6032f0 (diff) |
Correct text now body name given on page.
-rw-r--r-- | t/app/controller/admin.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/admin.t b/t/app/controller/admin.t index fecc5b10f..52d00f4b6 100644 --- a/t/app/controller/admin.t +++ b/t/app/controller/admin.t @@ -1093,7 +1093,7 @@ subtest 'user search' => sub { $user->from_body(2509); $user->update; $mech->get_ok('/admin/users?search=2509' ); - $mech->content_contains(2509); + $mech->content_contains('Haringey'); }; $log_entries = FixMyStreet::App->model('DB::AdminLog')->search( |