diff --git a/plinth/modules/bepasty/tests/test_functional.py b/plinth/modules/bepasty/tests/test_functional.py index 64613b950..9ba8c15dc 100644 --- a/plinth/modules/bepasty/tests/test_functional.py +++ b/plinth/modules/bepasty/tests/test_functional.py @@ -43,7 +43,7 @@ class TestBepastyApp(functional.BaseAppTests): assert not _can_login(session_browser, password_added) @pytest.mark.backups - def test_backup_and_restore(self, session_browser): + def test_backup_restore(self, session_browser): functional.app_enable(session_browser, 'bepasty') password_added = _add_and_save_password(session_browser) functional.backup_create(session_browser, 'bepasty', 'test_bepasty')