From 676181084d88b0ec94d42521162b4571cb0c0552 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 9 Jan 2015 22:55:08 +0000 Subject: Use same handling for cron and non-cron email. This means that e.g. SMTP authentication is used when set up by all emails, not just non-cron ones. Fixes #988. --- t/app/model/problem.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/app/model/problem.t') diff --git a/t/app/model/problem.t b/t/app/model/problem.t index 6ad933db8..c40e9e022 100644 --- a/t/app/model/problem.t +++ b/t/app/model/problem.t @@ -5,9 +5,9 @@ use warnings; use Test::More; +use FixMyStreet::TestMech; use FixMyStreet; use FixMyStreet::App; -use FixMyStreet::TestMech; use mySociety::Locale; use Sub::Override; -- cgit v1.2.3