diff options
author | Struan Donald <struan@exo.org.uk> | 2011-08-09 11:56:03 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-08-09 11:56:03 +0100 |
commit | 77a6b78dd4732d6943963e4ed9b0775ffe615db6 (patch) | |
tree | 1d0f24eba4f6b642ebf366940fbe2a570713cc83 /t/app/controller/admin.t | |
parent | c721134411970bbd987857e68d04f6810ba86b71 (diff) | |
parent | de4dcf6c785dff4775dee837f1156f2e16e30b6b (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into open311-consumer
Conflicts:
web/css/core.css
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 17e6f015e..a7eee4dd3 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 { |