diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-23 12:24:28 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-23 12:24:28 +0100 |
commit | 2aa5ffad509f927ba83ab872e2cf0dd9575690b2 (patch) | |
tree | bfcd7dd5bf39d140992d763c0b7492051f481bae | |
parent | 81c542caf4819268bb6b3cb5c1a445f8e5a10b04 (diff) |
Correct config var.
-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 b92041830..ba5095cea 100644 --- a/t/app/controller/admin.t +++ b/t/app/controller/admin.t @@ -133,7 +133,7 @@ subtest 'check summary counts' => sub { ok $mech->host('fixmystreet.com'); }; -my $host = FixMyStreet->config('OPTION_BASE_URL'); +my $host = FixMyStreet->config('BASE_URL'); $mech->get_ok('/admin/council_contacts/2650'); $mech->content_contains('Aberdeen City Council'); $mech->content_contains('AB15 8RN'); |