test(backups): remove the 100mb file after test

pull/35/head
Houkime 2023-07-03 13:29:31 +00:00
parent 953860a02c
commit c5088e0e2c
1 changed files with 2 additions and 0 deletions

View File

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