aboutsummaryrefslogtreecommitdiffstats
path: root/bin/browser-tests
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-12-13 09:25:34 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-12-13 09:25:34 +0000
commita95103e6233d65f230327307904c67aadb871acb (patch)
tree28f596209ea7c105e1dd491aeef5e956c5d73b30 /bin/browser-tests
parent8dbc6699e697ddbf06ea85e28804cf2c085826d0 (diff)
parentc049907103c47e279706a319a0d8917ee6c968ab (diff)
Merge branch '2346-unescape-titles'
Diffstat (limited to 'bin/browser-tests')
-rwxr-xr-xbin/browser-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/browser-tests b/bin/browser-tests
index 2d4ee09ac..c663e56af 100755
--- a/bin/browser-tests
+++ b/bin/browser-tests
@@ -98,6 +98,7 @@ sub run {
my $c = Test::MockModule->new('FixMyStreet::Cobrand::FixMyStreet');
$c->mock('enable_category_groups', sub { 1 });
# Child, run the server on port 3001
+ FixMyStreet->test_mode(1); # So email doesn't try to send
local $ENV{FIXMYSTREET_APP_DEBUG} = 0;
require Plack::Runner;
my $runner = Plack::Runner->new;