aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-07-04 17:05:02 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-07-04 17:05:02 +0100
commitca3d6ca903909c1f8ed31548d8a338e5cb6d71ba (patch)
tree2830ba1b61b841d2af2fc041c73c43a5bd946918 /t/app/controller
parent91db7d51d0e2fe172e84ba4c00b4cf319e15c16d (diff)
parent688169c4b0e12302efeab07478a59a28d45f3f98 (diff)
Merge branch 'fix-admin-proxy'
Diffstat (limited to 't/app/controller')
-rw-r--r--t/app/controller/admin.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/admin.t b/t/app/controller/admin.t
index f8f280d63..007948299 100644
--- a/t/app/controller/admin.t
+++ b/t/app/controller/admin.t
@@ -1232,7 +1232,7 @@ subtest "Check admin_base_url" => sub {
my $cobrand = FixMyStreet::Cobrand->get_class_for_moniker($report->cobrand)->new();
is ($report->admin_url($cobrand),
- (sprintf 'https://secure.mysociety.org/admin/bci/report_edit/%d', $report_id),
+ (sprintf 'http://www.example.org/admin/report_edit/%d', $report_id),
'get_admin_url OK');
};