Skip to content

Commit 283eb73

Browse files
committed
tests: adjust number of tests
1 parent 046ca19 commit 283eb73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/scenarios/agents-plugin/t/local/livestatus-backend/02-cli-agents.t

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ BEGIN {
1010

1111
$ENV{'THRUK_TEST_AUTH'} = 'omdadmin:omd';
1212
$ENV{'PLACK_TEST_EXTERNALSERVER_URI'} = 'http://127.0.0.1/demo';
13-
plan tests => 93;
13+
plan tests => 90;
1414

1515
###########################################################
1616
# test thruks script path
@@ -49,4 +49,4 @@ sub _diag {
4949
diag(`/usr/bin/env omd status`);
5050
diag(`ps -efl`);
5151
diag(`tail -200 var/log/naemon.log`);
52-
}
52+
}

0 commit comments

Comments
 (0)