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 e111409 commit b0b6d87
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 @@ -31,7 +31,7 @@ def test_api_view_fail(path_name: str, client: Client):
# Given that the user is not logged in

# When
url = reverse("user-view")
url = reverse(path_name)
response = client.get(url)

# Then
Expand Down

0 comments on commit b0b6d87

Please sign in to comment.