mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
Fix CLI web tests
This commit is contained in:
parent
305abff13c
commit
5f2b3b58aa
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ def web_obj(temp_dir, common_obj, mode, num_files=0):
|
||||||
web = Web(common_obj, False, mode_settings, mode)
|
web = Web(common_obj, False, mode_settings, mode)
|
||||||
web.running = True
|
web.running = True
|
||||||
|
|
||||||
web.cleanup_tempfiles == []
|
|
||||||
web.cleanup_tempdirs == []
|
web.cleanup_tempdirs == []
|
||||||
web.app.testing = True
|
web.app.testing = True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue