We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 046ca19 commit 283eb73Copy full SHA for 283eb73
t/scenarios/agents-plugin/t/local/livestatus-backend/02-cli-agents.t
@@ -10,7 +10,7 @@ BEGIN {
10
11
$ENV{'THRUK_TEST_AUTH'} = 'omdadmin:omd';
12
$ENV{'PLACK_TEST_EXTERNALSERVER_URI'} = 'http://127.0.0.1/demo';
13
-plan tests => 93;
+plan tests => 90;
14
15
###########################################################
16
# test thruks script path
@@ -49,4 +49,4 @@ sub _diag {
49
diag(`/usr/bin/env omd status`);
50
diag(`ps -efl`);
51
diag(`tail -200 var/log/naemon.log`);
52
-}
+}
0 commit comments