Fixes typos about Linux as platform name

It is `linux` not 'Linux' in sys.platform
This commit is contained in:
Kushal Das 2021-09-02 08:31:30 +05:30
parent 3a07bbe161
commit e4178cff49
No known key found for this signature in database
GPG key ID: C65FF007C75766ED
3 changed files with 4 additions and 4 deletions

View file

@ -169,7 +169,7 @@ class TestGetTorPaths:
obfs4proxy_file_path,
)
@pytest.mark.skipif(sys.platform != "Linux", reason="requires Linux")
@pytest.mark.skipif(sys.platform != "linux", reason="requires Linux")
def test_get_tor_paths_linux(self, platform_linux, common_obj):
(
tor_path,