rusackas commented on code in PR #41296:
URL: https://github.com/apache/superset/pull/41296#discussion_r3456943857
##########
tests/unit_tests/mcp_service/test_jwt_verifier.py:
##########
@@ -83,6 +83,29 @@ async def test_algorithm_mismatch(hs256_verifier):
assert "HS256" not in reason
[email protected]
+async def test_unpinned_algorithm_is_rejected(hs256_verifier):
Review Comment:
Good catch — typed the param and return in 83952cf.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]