diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-08-06 14:18:06 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-08-07 15:43:06 +0100 |
commit | db511d53e549cf30581f80c5da8a80057bd12c01 (patch) | |
tree | 4ce07057c19ded94c00ebb0ffd8f0f820eaff3b4 /bin | |
parent | 9a4f245981dc62487fcc05ba1a98995d39178c4e (diff) |
Hide category extras when dupe suggestions shown.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/browser-tests | 3 |
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; |