diff options
author | Dave Arter <davea@mysociety.org> | 2018-09-28 16:20:09 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-09-28 16:20:09 +0100 |
commit | aedfb6de6b4839396b8bcc885e075b28ea9b4885 (patch) | |
tree | 1ac3c9d0148b3f98ff29985e8c760740bb8d2548 /t/cobrand/zurich.t | |
parent | ec55469dadd99dd0f20d3d0c3b4202b6b70bb6ab (diff) | |
parent | 07bc1188dc149e05b61e0d93ecf3ef1c26dc8690 (diff) |
Merge branch 'pluggable-photo-storage'
Diffstat (limited to 't/cobrand/zurich.t')
-rw-r--r-- | t/cobrand/zurich.t | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t index eccb0c8eb..dbd6ec882 100644 --- a/t/cobrand/zurich.t +++ b/t/cobrand/zurich.t @@ -416,7 +416,10 @@ FixMyStreet::override_config { ALLOWED_COBRANDS => [ 'zurich' ], MAPIT_URL => 'http://mapit.zurich/', MAP_TYPE => 'Zurich,OSM', - UPLOAD_DIR => $UPLOAD_DIR, + PHOTO_STORAGE_BACKEND => 'FileSystem', + PHOTO_STORAGE_OPTIONS => { + UPLOAD_DIR => $UPLOAD_DIR, + }, }, sub { # Photo publishing $mech->get_ok( '/admin/report_edit/' . $report->id ); |