From 11df89a99dae8618cf866fafb89c49f32b404ad0 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 15 Sep 2019 19:40:03 +0200 Subject: [PATCH] tests: fix skip instruction --- tests/integration/test_med.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_med.py b/tests/integration/test_med.py index 4f13d858..c54131f9 100644 --- a/tests/integration/test_med.py +++ b/tests/integration/test_med.py @@ -4,7 +4,7 @@ import time import shlex -@pytest.mark.skipif('LLDP"-MED' not in config.lldpd.features", +@pytest.mark.skipif("'LLDP-MED' not in config.lldpd.features", reason="LLDP-MED not supported") class TestLldpMed(object): -- 2.39.5