Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
michalc committed Feb 11, 2025
1 parent 080dcea commit e111409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_app/tests/views/test_api_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_api_view_fail(path_name: str, client: Client):

# Then
assert response.status_code == HTTPStatus.FORBIDDEN
assert response.json() == {"detail": "Authentication credentials were not provided."}
assert response.json() == {"detail": "No API key provided"}


@pytest.mark.django_db()
Expand Down

0 comments on commit e111409

Please sign in to comment.