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 57626d1d..aea19c68 100644
--- a/tests/SettingsGuiBaseTest.py
+++ b/tests/SettingsGuiBaseTest.py
@@ -14,7 +14,7 @@ from onionshare_gui.settings_dialog import SettingsDialog
class OnionStub(object):
def __init__(self, is_authenticated, supports_v3_onions=False):
self._is_authenticated = is_authenticated
- self.supports_v3_onions = True
+ self.supports_v3_onions = supports_v3_onions
def is_authenticated(self):
return self._is_authenticated