mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-12 07:49:39 -05:00
typo in test_cli_web.py
This commit is contained in:
parent
e506ccb27d
commit
0580d7c444
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user