From 712f742ef6cc790b87358a2901fa3ee83c5ade2e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 12 Dec 2018 19:10:17 +0000 Subject: [PATCH] Woopsies typo --- src/yunohost/tests/test_backuprestore.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/yunohost/tests/test_backuprestore.py b/src/yunohost/tests/test_backuprestore.py index abe5bb1c8..a2356318d 100644 --- a/src/yunohost/tests/test_backuprestore.py +++ b/src/yunohost/tests/test_backuprestore.py @@ -345,7 +345,6 @@ def test_backup_app_with_no_backup_script(mocker): with pytest.raises(YunohostError): backup_create(system=None, apps=["backup_recommended_app"]) ->>>>>>> modif YunohostError to YunohostError m18n.n.assert_any_call("backup_with_no_backup_script_for_app", app="backup_recommended_app") m18n.n.assert_any_call('backup_nothings_done')