diff options
Diffstat (limited to 't/cobrand/zurich.t')
-rw-r--r-- | t/cobrand/zurich.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t index 0a144de23..8c5acddca 100644 --- a/t/cobrand/zurich.t +++ b/t/cobrand/zurich.t @@ -31,7 +31,7 @@ my $sample_file = path(__FILE__)->parent->parent->child("app/controller/sample.j ok $sample_file->exists, "sample file $sample_file exists"; sub send_reports_for_zurich { - FixMyStreet::Script::Reports::send('zurich'); + FixMyStreet::Script::Reports::send(); } sub reset_report_state { my ($report, $created) = @_; @@ -50,6 +50,7 @@ sub reset_report_state { my $UPLOAD_DIR = File::Temp->newdir(); FixMyStreet::override_config { STAGING_FLAGS => { send_reports => 1 }, + BASE_URL => 'https://www.zurich', ALLOWED_COBRANDS => 'zurich', MAPIT_URL => 'http://mapit.zurich/', MAPIT_TYPES => [ 'O08' ], |