bepasty: tests: Override backup/restore test properly

- The current name does not the match the base class method it intends to
override.

Tests:

- Run functional tests for bepasty -v option and notice that only one backup and
restore test runs.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2025-09-12 11:20:37 -07:00
parent a2668b405b
commit c95ee766aa
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -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')