diff options
-rw-r--r-- | t/app/controller/report_display.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/app/controller/report_display.t b/t/app/controller/report_display.t index 888e5e5b9..24a62b958 100644 --- a/t/app/controller/report_display.t +++ b/t/app/controller/report_display.t @@ -60,6 +60,7 @@ subtest "test bad ids get dealt with (404)" => sub { ok $mech->get("/report/$id"), "get '/report/$id'"; is $mech->res->code, 404, "page not found"; is $mech->uri->path, "/report/$id", "at /report/$id"; + $mech->content_contains('Unknown problem ID'); } }; |