mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
Fix unit tests
This commit is contained in:
@@ -28,7 +28,7 @@ def setup_module(request):
|
||||
|
||||
# add the tmp_dir to the module
|
||||
tmp_dir = TemporaryDirectory()
|
||||
m.tmp_dir = tmp_dir
|
||||
m.tmp_dir = tmp_dir.name
|
||||
|
||||
def cleanup():
|
||||
_LAZY_LOADED_MODULES.pop(module_name)
|
||||
|
||||
Reference in New Issue
Block a user