mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-22 20:11:30 +00:00
test(backups): remove the 100mb file after test
This commit is contained in:
parent
9a28c0ebcb
commit
5467a62906
|
@ -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