From 2e31db85438421ac47dda7d5b97000249d721539 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Thu, 8 Mar 2018 05:43:45 -0800 Subject: [PATCH] Fix settings test because I moved the default downloads dir --- test/test_onionshare_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_onionshare_settings.py b/test/test_onionshare_settings.py index acf5cc6a..88997749 100644 --- a/test/test_onionshare_settings.py +++ b/test/test_onionshare_settings.py @@ -68,7 +68,7 @@ class TestSettings: 'private_key': '', 'slug': '', 'hidservauth_string': '', - 'downloads_dir': os.path.expanduser('~/Downloads') + 'downloads_dir': os.path.expanduser('~/OnionShare') } def test_fill_in_defaults(self, settings_obj):