aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaptak Sengupta <saptak013@gmail.com>2022-10-11 16:00:05 +0530
committerGitHub <noreply@github.com>2022-10-11 16:00:05 +0530
commit8887a81b2af14ea8fa17a1cf6f94ded7e86d49cb (patch)
tree8fcce65fa50ec7b0cf042c9f5c47ffe4dccda318
parente506ccb27dee00ac206acdb95a23a11bb6f797c0 (diff)
parent0580d7c444da90039416507a6b2e09bc13b658dd (diff)
downloadonionshare-8887a81b2af14ea8fa17a1cf6f94ded7e86d49cb.tar.gz
onionshare-8887a81b2af14ea8fa17a1cf6f94ded7e86d49cb.zip
Merge pull request #1628 from stefins/patch-1
fix typo in test_cli_web.py
-rw-r--r--cli/tests/test_cli_web.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/test_cli_web.py b/cli/tests/test_cli_web.py
index 335c3a1a..fd5ca7be 100644
--- a/cli/tests/test_cli_web.py
+++ b/cli/tests/test_cli_web.py
@@ -619,7 +619,7 @@ class TestRangeRequests:
]
)
- @pytest.mark.skipif(sys.platform != "Linux", reason="requires Linux")
+ @pytest.mark.skipif(sys.platform != "linux", reason="requires Linux")
@check_unsupported("http", ["--version"])
def test_httpie(self, temp_dir, common_obj):
web = web_obj(temp_dir, common_obj, "share", 3)