Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 23, 2011
1 parent 5613d28 commit a7a2483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mojolicious/exception_lite_app.t
Expand Up @@ -116,7 +116,7 @@ $t->get_ok('/missing_template')->status_is(404)
$t->get_ok('/missing_template.xml')->status_is(404)
->content_type_is('text/xml')->content_is("<somewhat>bad</somewhat>\n");

# GET /missing_template (unsupported format)
# GET /missing_template.json (unsupported format)
$t->get_ok('/missing_template.json')->status_is(404)
->content_type_is('text/html;charset=UTF-8')->content_like(qr/Not Found/);

Expand Down

0 comments on commit a7a2483

Please sign in to comment.