X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestApp%2FController%2FRoot.pm;h=8541e2ec67395cdbef9c0d674b637d023210a902;hp=c3ab34191a6bcf3bb9758a4a632858cb12918a37;hb=82010ea176741c7a4f2baf3f6f27377b1d9f6b15;hpb=0d227c71bc7a40edab38bb4d19a60caabb82c6de diff --git a/t/lib/TestApp/Controller/Root.pm b/t/lib/TestApp/Controller/Root.pm index c3ab341..8541e2e 100644 --- a/t/lib/TestApp/Controller/Root.pm +++ b/t/lib/TestApp/Controller/Root.pm @@ -132,7 +132,6 @@ sub test_remove_body_with_100 :Global { my ($self, $c) = @_; $c->res->status(100); $c->res->body("Body should not be set"); - $c->res->content_type('text/html'); } sub test_nobody_with_100 :Global {