aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-10-30 16:46:17 +0000
committerDave Arter <davea@mysociety.org>2019-12-09 12:48:13 +0000
commitcc93a1601580c9a7f4f6a2cc0980d886b10e5785 (patch)
tree9d054d7c64fce41d8219195956948de4a21a9808 /t/app/controller
parent440c33c1c41dab2df8786ce43141ff12c59eb6ac (diff)
[TfL] Mandate 2FA for non-internal-IP staff users.
Diffstat (limited to 't/app/controller')
-rw-r--r--t/app/controller/admin/templates.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/app/controller/admin/templates.t b/t/app/controller/admin/templates.t
index ac915af94..ee477de20 100644
--- a/t/app/controller/admin/templates.t
+++ b/t/app/controller/admin/templates.t
@@ -330,6 +330,7 @@ subtest "category groups are shown" => sub {
subtest "TfL cobrand only shows TfL templates" => sub {
FixMyStreet::override_config {
ALLOWED_COBRANDS => [ 'tfl' ],
+ COBRAND_FEATURES => { internal_ips => { tfl => [ '127.0.0.1' ] } },
}, sub {
$report->update({
category => $tflcontact->category,