mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Anotha shruberry
This commit is contained in:
parent
0b8a62c776
commit
6b3af5fa33
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ def test_restore_app_script_failure_handling(monkeypatch, mocker):
|
||||||
monkeypatch.undo()
|
monkeypatch.undo()
|
||||||
return (1, None)
|
return (1, None)
|
||||||
|
|
||||||
monkeypatch.setattr("yunohost.backup.hook_exec", custom_hook_exec)
|
monkeypatch.setattr("yunohost.hook.hook_exec", custom_hook_exec)
|
||||||
|
|
||||||
assert not _is_installed("wordpress")
|
assert not _is_installed("wordpress")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue