Bad test failed to show bug.
[catagits/Catalyst-Runtime.git] / t / aggregate / live_engine_response_emptybody.t
index c4d6dec..825b48a 100644 (file)
@@ -20,7 +20,7 @@ use Catalyst::Test 'TestApp';
 {
     my $res = request('/emptybody');
     is $res->content, '';
-    ok !$res->header('Content-Length');
+    ok !defined $res->header('Content-Length');
 }
 
 done_testing;