backups: tests: Mark need for Django database during API tests

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2022-07-31 12:22:18 -07:00 committed by James Valleroy
parent 492d3a463c
commit 4b570e38da
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -14,6 +14,7 @@ from .. import api, forms, repository
from ..components import BackupRestore
# pylint: disable=protected-access
pytestmark = pytest.mark.django_db
def _get_test_manifest(name):