Merge branch 'topic/debug_warnings'
[catagits/Catalyst-Runtime.git] / t / undef-params.t
index adb0934..24b23cc 100644 (file)
@@ -33,7 +33,7 @@ use Plack::Test;
 
   $SIG{__WARN__} = sub {
     my $error = shift;
-    Test::More::like($error, qr[You called ->params with an undefined value at t.undef-params.t])
+    Test::More::like($error, qr[You called ->params with an undefined value])
       unless MyApp->debug;
   };