aboutsummaryrefslogtreecommitdiffstats
path: root/t/app
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-12-16 10:49:24 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-12-16 10:49:24 +0000
commitbaa0fe5f1449e5f87179c2ae683a8288a74bcec8 (patch)
treeeb84cf8a387c7380fea32e7e2241558a194d0c64 /t/app
parent2fd63afc46db7a3a33e608bf1f4b5c0b52c18728 (diff)
Fix flagging wording template link.
f58ce6c4 changed the base contact template to include a link to a fixmystreet.com specific page. Revert this back and make the change in the correct cobrand only.
Diffstat (limited to 't/app')
-rw-r--r--t/app/controller/contact.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/contact.t b/t/app/controller/contact.t
index aabf915ad..7c2769b9c 100644
--- a/t/app/controller/contact.t
+++ b/t/app/controller/contact.t
@@ -99,7 +99,7 @@ for my $test (
$mech->content_contains( $test->{update}->{text} );
} else {
$mech->get_ok( '/contact?id=' . $problem->id );
- $mech->content_contains('Does this report break our');
+ $mech->content_contains('reporting the following problem');
$mech->content_contains( $test->{title} );
$mech->content_contains( $test->{meta} );
}