Fix auth test
[catagits/Test-WWW-Mechanize-Catalyst.git] / t / lib / Catty.pm
index 9d3e043..3479701 100644 (file)
@@ -15,7 +15,7 @@ Catty->config(
     root => cwd . '/t/root',
 );
 Catty->setup();
-Catty->log->levels(undef);
+Catty->log->levels("fatal");
 
 sub default : Private {
     my ( $self, $context ) = @_;