mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-24 09:46:41 +00:00
test(backups): remove the 100mb file after test
This commit is contained in:
parent
953860a02c
commit
c5088e0e2c
|
@ -325,6 +325,8 @@ def test_backup_larger_file(backups, dummy_service):
|
|||
updates = job_progress_updates(job_type_id)
|
||||
assert len(updates) > 3
|
||||
assert updates[int((len(updates) - 1) / 2.0)] > 10
|
||||
#clean up a bit
|
||||
remove(dir)
|
||||
|
||||
|
||||
def test_restore_snapshot_task(backups, dummy_service):
|
||||
|
|
Loading…
Reference in a new issue