summaryrefslogtreecommitdiff
path: root/tests/SettingsGuiBaseTest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SettingsGuiBaseTest.py')
-rw-r--r--tests/SettingsGuiBaseTest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SettingsGuiBaseTest.py b/tests/SettingsGuiBaseTest.py
index aea19c68..00056219 100644
--- a/tests/SettingsGuiBaseTest.py
+++ b/tests/SettingsGuiBaseTest.py
@@ -12,7 +12,7 @@ from onionshare_gui.settings_dialog import SettingsDialog
class OnionStub(object):
- def __init__(self, is_authenticated, supports_v3_onions=False):
+ def __init__(self, is_authenticated, supports_v3_onions):
self._is_authenticated = is_authenticated
self.supports_v3_onions = supports_v3_onions