aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-02-13 10:43:02 -0800
committerMicah Lee <micah@micahflee.com>2022-02-13 10:43:02 -0800
commit5f2b3b58aa4b73ec7af7189065d226bdc49081de (patch)
treedbff65620867375a3fbb2e78381be121b770155c
parent305abff13c8bb72e52c8e0268aa2e5efcf00a6d1 (diff)
downloadonionshare-5f2b3b58aa4b73ec7af7189065d226bdc49081de.tar.gz
onionshare-5f2b3b58aa4b73ec7af7189065d226bdc49081de.zip
Fix CLI web tests
-rw-r--r--cli/tests/test_cli_web.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/test_cli_web.py b/cli/tests/test_cli_web.py
index aa5d06a7..335c3a1a 100644
--- a/cli/tests/test_cli_web.py
+++ b/cli/tests/test_cli_web.py
@@ -50,7 +50,6 @@ def web_obj(temp_dir, common_obj, mode, num_files=0):
web = Web(common_obj, False, mode_settings, mode)
web.running = True
- web.cleanup_tempfiles == []
web.cleanup_tempdirs == []
web.app.testing = True