Fix CLI web tests

This commit is contained in:
Micah Lee 2022-02-13 10:43:02 -08:00
parent 305abff13c
commit 5f2b3b58aa
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -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