aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorstefins <stefin@pm.me>2022-10-11 14:29:24 +0530
committerGitHub <noreply@github.com>2022-10-11 14:29:24 +0530
commit0580d7c444da90039416507a6b2e09bc13b658dd (patch)
tree8fcce65fa50ec7b0cf042c9f5c47ffe4dccda318 /cli
parente506ccb27dee00ac206acdb95a23a11bb6f797c0 (diff)
downloadonionshare-0580d7c444da90039416507a6b2e09bc13b658dd.tar.gz
onionshare-0580d7c444da90039416507a6b2e09bc13b658dd.zip
typo in test_cli_web.py
Diffstat (limited to 'cli')
-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)