diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-07-10 17:51:26 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-07-10 17:51:26 +0100 |
commit | ede03130b3b1e225cad2061c58f93a9eb85c203d (patch) | |
tree | 00f2badfc7e3c93550fa181ff8c07976be6c9959 /t/cobrand | |
parent | a6e909df059647d8440e2879d1c82df7b4dceaf1 (diff) | |
parent | c30ae857af7f2e2bccf974da34cf2f3868e7b7f2 (diff) |
Merge branch 'defensive-js'
Diffstat (limited to 't/cobrand')
-rw-r--r-- | t/cobrand/national_assets.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/cobrand/national_assets.t b/t/cobrand/national_assets.t index 378425193..32e27079b 100644 --- a/t/cobrand/national_assets.t +++ b/t/cobrand/national_assets.t @@ -20,6 +20,7 @@ subtest 'cobrand assets includes not applied on cobrand sites', sub { ALLOWED_COBRANDS => [ 'bathnes' ], MAPIT_URL => 'http://mapit.uk/', MAP_TYPE => 'FMS,OSM,BathNES,Buckinghamshire', + STAGING_FLAGS => { skip_checks => 1 }, }, sub { $mech->get_ok("/report/new?latitude=51.494885&longitude=-2.602237"); $mech->content_lacks('buckinghamshire/assets.js'); |