summaryrefslogtreecommitdiff
path: root/tests/onionshare_share_mode_timer_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/onionshare_share_mode_timer_test.py')
-rw-r--r--tests/onionshare_share_mode_timer_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/onionshare_share_mode_timer_test.py b/tests/onionshare_share_mode_timer_test.py
index 7f636a71..65ef1e38 100644
--- a/tests/onionshare_share_mode_timer_test.py
+++ b/tests/onionshare_share_mode_timer_test.py
@@ -9,7 +9,7 @@ class ShareModeTimerTest(unittest.TestCase, TorGuiShareTest):
def setUpClass(cls):
test_settings = {
"public_mode": False,
- "shutdown_timeout": True,
+ "autostop_timer": True,
}
cls.gui = TorGuiShareTest.set_up(test_settings)