diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-08-05 16:39:22 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-08-05 16:39:22 +0100 |
commit | c63f13886f245a3778c5ae91c92fbe72e79379a3 (patch) | |
tree | 3f0fd5c33a185d2765379acd4ed1bd1c80e3f215 /t/app/controller/admin.t | |
parent | d3c6a03bdd98ff31fc740ebff6a77ea32d94cc1b (diff) |
Probably wise not to have a test dependent on another server not reorganising its db internally :)
Diffstat (limited to 't/app/controller/admin.t')
-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 9f698c629..4e2ec82fe 100644 --- a/t/app/controller/admin.t +++ b/t/app/controller/admin.t @@ -136,7 +136,7 @@ subtest 'check summary counts' => sub { my $host = FixMyStreet->config('BASE_URL'); $mech->get_ok('/admin/council_contacts/2650'); $mech->content_contains('Aberdeen City Council'); -$mech->content_contains('AB15 8RN'); +$mech->content_like(qr{AB\d\d}); $mech->content_contains("$host/around"); subtest 'check contact creation' => sub { |