diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-01 16:49:58 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-04 06:53:31 +0000 |
commit | dee2558021b0a92f1404f431691079483d79993f (patch) | |
tree | 558d7732c08b0759162e3c2eb2b8a37123933d99 /t/app/controller/report_display.t | |
parent | ee2f7deae13627d484decd2a8c92ec43f9712a44 (diff) |
Translation update, update test to match.
Diffstat (limited to 't/app/controller/report_display.t')
-rw-r--r-- | t/app/controller/report_display.t | 2 |
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( 'Überprüfung ausstehend' ); ok $report->update( { state => 'confirmed' } ), 'confirm report again'; $mech->host( 'www.fixmystreet.com' ); }; |