X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fexecute_exception.t;h=da0368254d4c949303b8e50b8b011e02ca6f939d;hp=b880b066eb500aaae8efa67b8253c3999378538e;hb=53c7cc10e26c965f7502936609c5d1e6a35dc819;hpb=2a8074980f232951ffa0f4ea52a2f195f7a0813f diff --git a/t/execute_exception.t b/t/execute_exception.t index b880b06..da03682 100644 --- a/t/execute_exception.t +++ b/t/execute_exception.t @@ -43,7 +43,7 @@ use HTTP::Request::Common; use Catalyst; MyApp->config(show_internal_actions=>1); - MyApp->setup; + MyApp->setup('-Log=fatal'); } use Catalyst::Test 'MyApp';