From: Vincent Bernat Date: Sun, 15 Sep 2019 17:40:03 +0000 (+0200) Subject: tests: fix skip instruction X-Git-Tag: 1.0.5~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11df89a99dae8618cf866fafb89c49f32b404ad0;p=thirdparty%2Flldpd.git tests: fix skip instruction --- 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):