test_foward_litellm_user_info_to_backend_llm_call

This commit is contained in:
Ishaan Jaffer 2025-10-27 13:48:23 -07:00
parent 59df75276c
commit cb57455172

View File

@ -530,6 +530,7 @@ def test_foward_litellm_user_info_to_backend_llm_call():
"x-litellm-user_api_key_org_id": "test_org_id",
"x-litellm-user_api_key_hash": "test_api_key",
"x-litellm-user_api_key_spend": 0.0,
"x-litellm-user_api_key_auth_metadata": {},
}
assert json.dumps(data, sort_keys=True) == json.dumps(expected_data, sort_keys=True)