aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/report_display.t
diff options
context:
space:
mode:
Diffstat (limited to 't/app/controller/report_display.t')
-rw-r--r--t/app/controller/report_display.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/app/controller/report_display.t b/t/app/controller/report_display.t
index c16b2656c..265760d86 100644
--- a/t/app/controller/report_display.t
+++ b/t/app/controller/report_display.t
@@ -503,12 +503,10 @@ 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 {