Skip to content

Commit 3ebbb22

Browse files
committed
fix lint
1 parent 37748dc commit 3ebbb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api_jwt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def test_rasise_exception_on_partial_issuer_match(self, jwt):
473473

474474
with pytest.raises(InvalidIssuerError):
475475
jwt.decode(token, "secret", issuer=issuer, algorithms=["HS256"])
476-
476+
477477
def test_raise_exception_token_without_audience(self, jwt):
478478
payload = {"some": "payload"}
479479
token = jwt.encode(payload, "secret")

0 commit comments

Comments
 (0)