Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Nov 28, 2024
1 parent 37748dc commit 3ebbb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api_jwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def test_rasise_exception_on_partial_issuer_match(self, jwt):

with pytest.raises(InvalidIssuerError):
jwt.decode(token, "secret", issuer=issuer, algorithms=["HS256"])

def test_raise_exception_token_without_audience(self, jwt):
payload = {"some": "payload"}
token = jwt.encode(payload, "secret")
Expand Down

0 comments on commit 3ebbb22

Please sign in to comment.