From f4d0f285632c36f3e4b3f6539e1f008e62d39d46 Mon Sep 17 00:00:00 2001 From: Q_back Date: Wed, 17 Jun 2020 15:35:53 +0200 Subject: [PATCH] typo in pytestmark --- w3af/core/controllers/chrome/proxy/tests/test_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/w3af/core/controllers/chrome/proxy/tests/test_proxy.py b/w3af/core/controllers/chrome/proxy/tests/test_proxy.py index 1dcf836e46..873f7f21dc 100644 --- a/w3af/core/controllers/chrome/proxy/tests/test_proxy.py +++ b/w3af/core/controllers/chrome/proxy/tests/test_proxy.py @@ -36,7 +36,7 @@ from w3af.core.data.url.extended_urllib import ExtendedUrllib -pytestmarks = pytest.mark.deprecated +pytestmark = pytest.mark.deprecated class TestProxy(unittest.TestCase):