Skip to content

Commit

Permalink
typo in pytestmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Q-back committed Jun 17, 2020
1 parent fc6db2e commit f4d0f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion w3af/core/controllers/chrome/proxy/tests/test_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f4d0f28

Please sign in to comment.