1xx responses do not have any headers
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Root.pm
index c3ab341..8541e2e 100644 (file)
@@ -132,7 +132,6 @@ sub test_remove_body_with_100 :Global {
     my ($self, $c) = @_;
     $c->res->status(100);
     $c->res->body("<html><body>Body should not be set</body></html>");
-    $c->res->content_type('text/html');
 }
 
 sub test_nobody_with_100 :Global {