summaryrefslogtreecommitdiff
path: root/cli/tests/test_cli_settings.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-09-26 11:43:09 -0700
committerMicah Lee <micah@micahflee.com>2021-09-26 11:43:09 -0700
commitd08d5f0f32f755f504494d80794886f346fbafdb (patch)
tree0e834bfe5946dd068d3c1803c7a22a991c377a33 /cli/tests/test_cli_settings.py
parentb66e742bc20ae977232fc53f22d485c10173ac2f (diff)
parent5de48bba6e3c17b0b45516fe536a3c500fab4fc4 (diff)
downloadonionshare-d08d5f0f32f755f504494d80794886f346fbafdb.tar.gz
onionshare-d08d5f0f32f755f504494d80794886f346fbafdb.zip
Merge branch 'develop' into stablev2.4
Diffstat (limited to 'cli/tests/test_cli_settings.py')
-rw-r--r--cli/tests/test_cli_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/test_cli_settings.py b/cli/tests/test_cli_settings.py
index 4c012901..ed8d5bb9 100644
--- a/cli/tests/test_cli_settings.py
+++ b/cli/tests/test_cli_settings.py
@@ -123,7 +123,7 @@ class TestSettings:
"~/Library/Application Support/OnionShare-testdata/onionshare.json"
)
- @pytest.mark.skipif(sys.platform != "Linux", reason="requires Linux")
+ @pytest.mark.skipif(sys.platform != "linux", reason="requires Linux")
def test_filename_linux(self, monkeypatch, platform_linux):
obj = settings.Settings(common.Common())
assert obj.filename == os.path.expanduser(