Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Dec 13, 2024
1 parent dcecf53 commit f3f44d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objecttypes/token/tests/test_authenticaton.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_invalid_token_existing(self):
HTTP_AUTHORIZATION="Token 1234-Token-5678",
)
self.assertEqual(response.status_code, status.HTTP_401_UNAUTHORIZED)

def test_empty_token(self):
response = self.client.get(
reverse("v2:objecttype-list"), HTTP_AUTHORIZATION="Token "
Expand Down

0 comments on commit f3f44d2

Please sign in to comment.