Skip to content

Commit

Permalink
Make server log silent in webservice tests
Browse files Browse the repository at this point in the history
  • Loading branch information
memowe committed Sep 6, 2023
1 parent 7a254a8 commit 1635103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/test_webservice.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use Test::Mojo;
use File::Slurp;

my $t = Test::Mojo->new(curfile->dirname->sibling('webservice.pl'));
$t->app->log->level('warn');

subtest 'Home page with upload form' => sub {
$t->get_ok('/')->status_is(200)
Expand Down

0 comments on commit 1635103

Please sign in to comment.