Skip to content

Commit

Permalink
tets: adjust number of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jun 8, 2024
1 parent 1d6c489 commit fd33413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/300-controller_rest_v1.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Thruk::Utils::IO ();

BEGIN {
plan skip_all => 'backends required' if(!-s 'thruk_local.conf' and !defined $ENV{'PLACK_TEST_EXTERNALSERVER_URI'});
plan tests => 564;
plan tests => 566;
}

BEGIN {
Expand Down

0 comments on commit fd33413

Please sign in to comment.