mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-06 20:25:29 +00:00
Merge pull request #24718 from BerriAI/litellm_ryan-march-26
litellm ryan march 26
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user