mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 23:15:18 -04:00
typo in test_cli_web.py
This commit is contained in:
parent
ba75cc8318
commit
88bc4972d7
1 changed files with 1 additions and 1 deletions
|
@ -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"])
|
@check_unsupported("http", ["--version"])
|
||||||
def test_httpie(self, temp_dir, common_obj):
|
def test_httpie(self, temp_dir, common_obj):
|
||||||
web = web_obj(temp_dir, common_obj, "share", 3)
|
web = web_obj(temp_dir, common_obj, "share", 3)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue