mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
fix(tests): drop leftover merge markers in test_handle_jwt
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
5fee1c8710
commit
e48dde7b9b
1 changed files with 0 additions and 2 deletions
|
|
@ -7111,8 +7111,6 @@ def test_check_scope_based_access_denial_hides_scope_allowlist_from_client():
|
|||
assert exc_info.value.status_code == 403
|
||||
assert exc_info.value.detail == {"error": _JWT_DENIED_CLIENT_MESSAGE}
|
||||
assert exc_info.value.internal_message == "model=gpt-5.6 not allowed. Allowed_models=['gpt-5.6-mini']"
|
||||
||||||| 24153b5f29
|
||||
=======
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue