mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix exception assertion
This commit is contained in:
parent
f9e4c96ca3
commit
0dde1f6d4f
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ def test_restore_app_already_installed(mocker):
|
|||
|
||||
assert _is_installed("wordpress")
|
||||
|
||||
with message(mocker, 'restore_already_installed_apps', apps="wordpress"):
|
||||
with raiseYunohostError(mocker, 'restore_already_installed_apps'):
|
||||
backup_restore(system=None, name=backup_list()["archives"][0],
|
||||
apps=["wordpress"])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue