diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-05-07 14:20:19 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-05-07 14:20:19 +0100 |
commit | cfabb3cfd4474c1c812ed325a068d56bafc43a08 (patch) | |
tree | ec610c101b45e4e2fcd7ad51673a24bd1ae126cd /t/cobrand/tfl.t | |
parent | f6d807fd5217a19ac488f652d1f0853a7891231f (diff) | |
parent | a2cc36b0d94143d1150a73993541eb829bd9b9fa (diff) |
Merge branch 'category-group-in-csv'
Diffstat (limited to 't/cobrand/tfl.t')
-rw-r--r-- | t/cobrand/tfl.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/cobrand/tfl.t b/t/cobrand/tfl.t index 8ddc3d671..f8e0a11c8 100644 --- a/t/cobrand/tfl.t +++ b/t/cobrand/tfl.t @@ -188,6 +188,7 @@ FixMyStreet::override_config { ALLOWED_COBRANDS => [ 'tfl', 'bromley', 'fixmystreet'], MAPIT_URL => 'http://mapit.uk/', COBRAND_FEATURES => { + category_groups => { tfl => 1 }, internal_ips => { tfl => [ '127.0.0.1' ] }, base_url => { tfl => 'https://street.tfl' |