test_foward_litellm_user_info_to_backend_llm_call
This commit is contained in:
parent
59df75276c
commit
cb57455172
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user