Merge pull request #24718 from BerriAI/litellm_ryan-march-26

litellm ryan march 26
This commit is contained in:
ryan-crabbe-berri
2026-03-28 09:01:11 -07:00
committed by GitHub
15 changed files with 636 additions and 146 deletions
+3
View File
@@ -1331,6 +1331,9 @@ def test_jwt_handler_is_jwt_static_method():
# Test with empty string
assert JWTHandler.is_jwt("") == False
# Test with None (missing Authorization header)
assert JWTHandler.is_jwt(None) == False
@pytest.mark.parametrize(
"requested_model, should_work",