mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
We expect .tar instead of .tar.gz now
This commit is contained in:
parent
1a537039c7
commit
3f1888a041
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ def test_backup_with_different_output_directory(mocker):
|
|||
output_directory="/opt/test_backup_output_directory",
|
||||
name="backup")
|
||||
|
||||
assert os.path.exists("/opt/test_backup_output_directory/backup.tar.gz")
|
||||
assert os.path.exists("/opt/test_backup_output_directory/backup.tar")
|
||||
|
||||
archives = backup_list()["archives"]
|
||||
assert len(archives) == 1
|
||||
|
|
Loading…
Add table
Reference in a new issue