aboutsummaryrefslogtreecommitdiffstats
path: root/t/open311.t
diff options
context:
space:
mode:
authorJon Kristensen <info@jonkri.com>2014-02-14 18:30:20 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2014-03-11 17:31:30 +0000
commitcf20c709e13af0909620ac5387b7d070b66b8c52 (patch)
tree380727210ad56a3ae3049a0b8030fa105791d0b4 /t/open311.t
parentb06e459b7616ea508d273443cb66f81a30d05a74 (diff)
Alter Open311 description to only include English on FixMyStreet.
This could be made cobrand-customisable in future.
Diffstat (limited to 't/open311.t')
-rw-r--r--t/open311.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/open311.t b/t/open311.t
index 48a122296..2dd9119c9 100644
--- a/t/open311.t
+++ b/t/open311.t
@@ -39,6 +39,7 @@ my $p = FixMyStreet::App->model('DB::Problem')->new( {
user => $u,
id => 1,
name => 'A User',
+ cobrand => 'fixmystreet',
} );
my $expected_error = qr{Failed to submit problem 1 over Open311}ism;
@@ -63,6 +64,7 @@ my $problem = FixMyStreet::App->model('DB::Problem')->new( {
longitude => 2,
user => $user,
name => 'Test User',
+ cobrand => 'fixmystreet',
} );
subtest 'posting service request' => sub {