fix a typo

This commit is contained in:
Andreas Zweili 2020-11-30 17:59:54 +01:00
parent 731acab046
commit e9d52f6f3d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from django.urls import reverse
@pytest.mark.django_db
def test_unauthorized_request_onwer(api_client):
def test_unauthorized_request_owner(api_client):
url = reverse('owner-list')
response = api_client.get(url)
assert response.status_code == 403