This commit is contained in:
Andreas Zweili 2019-11-30 15:53:50 +01:00
parent eb9b790f9a
commit f00bc6b78b
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ from helper import in_content, not_in_content
from inventory.models import Customer
pytestmark=pytest.mark.django_db
pytestmark = pytest.mark.django_db
def test_customer_backup_table_not_logged_in():
response = Client().get('/customer/1/backups/')