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

This commit is contained in:
Houkime 2023-07-03 13:29:31 +00:00 committed by Inex Code
parent 9a28c0ebcb
commit 5467a62906
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):