diff --git a/test/test_web.py b/test/test_web.py index 924bc0b..d0e8d05 100644 --- a/test/test_web.py +++ b/test/test_web.py @@ -53,8 +53,7 @@ def __repr__(self): return f"StatusTestInterface({self.name})" -@unittest.skipIf(shutil.which("geckodriver") is None, - "Selenium's geckodriver is not available in PATH") +@unittest.skipIf(shutil.which("geckodriver") is None, "Selenium's geckodriver is not available in PATH") class AbstractWebTest(unittest.TestCase): driver: webdriver.Firefox