Anotha shruberry

This commit is contained in:
Alexandre Aubin 2021-09-07 19:39:10 +02:00
parent 0b8a62c776
commit 6b3af5fa33

View file

@ -469,7 +469,7 @@ def test_restore_app_script_failure_handling(monkeypatch, mocker):
monkeypatch.undo()
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")