aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/report_display.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-01 16:49:58 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-04 06:53:31 +0000
commitdee2558021b0a92f1404f431691079483d79993f (patch)
tree558d7732c08b0759162e3c2eb2b8a37123933d99 /t/app/controller/report_display.t
parentee2f7deae13627d484decd2a8c92ec43f9712a44 (diff)
Translation update, update test to match.
Diffstat (limited to 't/app/controller/report_display.t')
-rw-r--r--t/app/controller/report_display.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_display.t b/t/app/controller/report_display.t
index a3c4edfc7..b4d427428 100644
--- a/t/app/controller/report_display.t
+++ b/t/app/controller/report_display.t
@@ -103,7 +103,7 @@ subtest "Zurich unconfirmeds are 200" => sub {
$mech->host( 'zurich.fixmystreet.com' );
ok $report->update( { state => 'unconfirmed' } ), 'unconfirm report';
$mech->get_ok("/report/$report_id");
- $mech->content_contains( 'This report is awaiting moderation' );
+ $mech->content_contains( '&Uuml;berpr&uuml;fung ausstehend' );
ok $report->update( { state => 'confirmed' } ), 'confirm report again';
$mech->host( 'www.fixmystreet.com' );
};