aboutsummaryrefslogtreecommitdiffstats
path: root/bin/browser-tests
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-08-08 16:38:22 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-08-08 16:38:22 +0100
commitc193d4136a2dfb1a849cfccbbcacc4937931e54a (patch)
treef8d2f3a368c653d3480f983718df8919d95bbdde /bin/browser-tests
parent1b3f2d621c6f2804c14118852cfe6835fd44b76d (diff)
parent3c51ee58f89e12cf7bea3bfa6a83bde9ef414dcf (diff)
Merge branch 'westminster-report-dupe-bugs'
Diffstat (limited to 'bin/browser-tests')
-rwxr-xr-xbin/browser-tests3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/browser-tests b/bin/browser-tests
index 11d83d133..013c0d8d3 100755
--- a/bin/browser-tests
+++ b/bin/browser-tests
@@ -11,7 +11,7 @@ my ($cobrand, $coords, $area_id, $name, $mapit_url);
BEGIN {
$config_file = 'conf/general.yml-example';
- $cobrand = [ 'fixmystreet', 'northamptonshire', 'bathnes', 'buckinghamshire', 'hounslow' ];
+ $cobrand = [ 'borsetshire', 'fixmystreet', 'northamptonshire', 'bathnes', 'buckinghamshire', 'hounslow' ];
$coords = '51.532851,-2.284277';
$area_id = 2608;
$name = 'Borsetshire';
@@ -91,6 +91,7 @@ sub run {
STAGING_FLAGS => { skip_checks => 1 },
COBRAND_FEATURES => {
category_groups => { map { $_ => 1 } @$cobrand },
+ suggest_duplicates => { map { $_ => 1 } @$cobrand },
}
});
$ENV{FMS_OVERRIDE_CONFIG} = $config_out;