silence warnings in tests
[catagits/Catalyst-Runtime.git] / t / bad_warnings.t
index b7bc17d..1b914f6 100644 (file)
@@ -52,7 +52,7 @@ my $error;
 
   $SIG{__WARN__} = sub { $error = shift };
 
-  MyApp->setup;
+  MyApp->setup('-Log=fatal');
 }
 
 use Catalyst::Test 'MyApp';