Add Catalyst::Test::crequest to return both HTTP::Response object & $c for
[catagits/Catalyst-Runtime.git] / t / live_engine_response_errors.t
index de7f92b..1fb8842 100644 (file)
@@ -54,7 +54,7 @@ close STDERR;    # i'm naughty :)
     );
     like(
         $response->header('X-Catalyst-Error'),
-        qr/"I'm going to die!"$/,
+        qr/I'm going to die!/,
         'Catalyst Error'
     );
 }