summaryrefslogtreecommitdiff
path: root/tests/onionshare_share_mode_cancel_share_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/onionshare_share_mode_cancel_share_test.py')
-rw-r--r--tests/onionshare_share_mode_cancel_share_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/onionshare_share_mode_cancel_share_test.py b/tests/onionshare_share_mode_cancel_share_test.py
index ed087a2c..3fc4f592 100644
--- a/tests/onionshare_share_mode_cancel_share_test.py
+++ b/tests/onionshare_share_mode_cancel_share_test.py
@@ -8,7 +8,7 @@ class ShareModeCancelTest(unittest.TestCase, TorGuiShareTest):
@classmethod
def setUpClass(cls):
test_settings = {
- "startup_timer": True,
+ "autostart_timer": True,
}
cls.gui = TorGuiShareTest.set_up(test_settings)