summaryrefslogtreecommitdiff
path: root/tests/local_onionshare_settings_dialog_no_tor_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/local_onionshare_settings_dialog_no_tor_test.py')
-rw-r--r--tests/local_onionshare_settings_dialog_no_tor_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local_onionshare_settings_dialog_no_tor_test.py b/tests/local_onionshare_settings_dialog_no_tor_test.py
index 9519f77e..f01e049d 100644
--- a/tests/local_onionshare_settings_dialog_no_tor_test.py
+++ b/tests/local_onionshare_settings_dialog_no_tor_test.py
@@ -15,7 +15,7 @@ class SettingsGuiTest(unittest.TestCase, SettingsGuiBaseTest):
SettingsGuiBaseTest.tear_down()
def test_gui_no_tor(self):
- self.gui.onion = OnionStub(False)
+ self.gui.onion = OnionStub(False, False)
self.gui.reload_settings()
self.run_settings_gui_tests()