Skip to content

Commit

Permalink
403 works now!
Browse files Browse the repository at this point in the history
  • Loading branch information
suddjian committed Dec 11, 2021
1 parent d76bbf2 commit df2f49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/security/api_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_post_guest_token_unauthorized(self):
"""
self.login(username="gamma")
response = self.client.post(self.uri)
self.assert401(response)
self.assert403(response)

def test_post_embed_token_authorized(self):
self.login(username="admin")
Expand Down

0 comments on commit df2f49a

Please sign in to comment.