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:
yassin 2026-09-16 16:28:13 +00:00
parent 5fee1c8710
commit e48dde7b9b

View file

@ -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