]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
tests: fix skip instruction
authorVincent Bernat <vincent@bernat.ch>
Sun, 15 Sep 2019 17:40:03 +0000 (19:40 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sun, 15 Sep 2019 17:40:03 +0000 (19:40 +0200)
tests/integration/test_med.py

index 4f13d858770595c17ea1847fe3f7500794e12558..c54131f92cf8c51c9c325f6f8c76e2835b6ac8b1 100644 (file)
@@ -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):