aboutsummaryrefslogtreecommitdiffstats
path: root/t/app
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2015-06-20 12:09:37 +0100
committerDave Arter <davea@mysociety.org>2015-10-06 09:09:24 +0100
commitff5e6664b9bf60ca62f9c632ea66d3413e67bcf3 (patch)
tree6a3a39186ab14ea5e3eaa006728c3790d52061d9 /t/app
parente7c35a0de101331436b1d5d6f2346a8c85233737 (diff)
[Zurich] Updated email templates
- submit-external-wish.txt includes a link with report's coordinates, template values are interpolated Conflicts: perllib/FixMyStreet/SendReport/Zurich.pm
Diffstat (limited to 't/app')
-rw-r--r--t/app/controller/report_display.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/app/controller/report_display.t b/t/app/controller/report_display.t
index c863f829f..6958032d9 100644
--- a/t/app/controller/report_display.t
+++ b/t/app/controller/report_display.t
@@ -501,10 +501,12 @@ subtest "Zurich banners are displayed correctly" => sub {
description => 'jurisdiction unknown',
state => 'unable to fix',
banner_id => 'fixed',
+ # This will be 'Zust\x{e4}ndigkeit unbekannt' once the translations are updated.
+ banner_text => 'Jurisdiction Unknown',
# We can't use _('Jurisdiction Unknown') here because
# TestMech::extract_problem_banner decodes the HTML entities before
# the string is passed back.
- banner_text => 'Zust\x{e4}ndigkeit unbekannt',
+ # banner_text => 'Zust\x{e4}ndigkeit unbekannt',
},
) {
subtest "banner for $test->{description}" => sub {