diff options
Diffstat (limited to 't/app/model')
| -rw-r--r-- | t/app/model/problem.t | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/t/app/model/problem.t b/t/app/model/problem.t index 27f6aed66..b9bbe4682 100644 --- a/t/app/model/problem.t +++ b/t/app/model/problem.t @@ -514,6 +514,7 @@ foreach my $test ( {      subtest $test->{ desc } => sub {          my $override = {              ALLOWED_COBRANDS => [ 'fixmystreet' ], +            MAPIT_URL => 'http://mapit.uk/',              BASE_URL => 'http://www.fixmystreet.com',          };          if ( $test->{cobrand} && $test->{cobrand} =~ /hart/ ) { @@ -587,9 +588,10 @@ foreach my $test ( {      };  } -subtest 'check can set mutiple emails as a single contact' => sub { +subtest 'check can set multiple emails as a single contact' => sub {      my $override = {          ALLOWED_COBRANDS => [ 'fixmystreet' ], +        MAPIT_URL => 'http://mapit.uk/',      };      my $contact = {  | 
