Module: check_mk
Branch: master
Commit: 4ff2adfe5c887900b85a1a4fa3cea902221229af
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=4ff2adfe5c8879…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Fri Dec 29 09:38:01 2017 +0100
Fixed typo.
Change-Id: If4c4b96c39dc6c748c609cda11e73105953fdaa9
---
tests/livestatus/test_liveproxyd.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/livestatus/test_liveproxyd.py b/tests/livestatus/test_liveproxyd.py
index 6968c14..b451b2b 100644
--- a/tests/livestatus/test_liveproxyd.py
+++ b/tests/livestatus/test_liveproxyd.py
@@ -6,7 +6,7 @@ import pytest
import signal
from testlib import web
-pytestmark = pytest.mark.skipif(True, "liveproxyd remains in an unkillable state
with tons of child processes")
+pytestmark = pytest.mark.skipif(True, reason="liveproxyd remains in an unkillable
state with tons of child processes")
@pytest.fixture(scope="module")
def default_cfg(web):