Added class and method for catched exceptions messages
[catagits/Catalyst-Runtime.git] / t / live_engine_reponse_errors.t
index 7579135..de7f92b 100644 (file)
@@ -54,7 +54,7 @@ close STDERR;    # i'm naughty :)
     );
     like(
         $response->header('X-Catalyst-Error'),
-        qr/^Caught exception "I'm going to die!"$/,
+        qr/"I'm going to die!"$/,
         'Catalyst Error'
     );
 }