mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test(test_pass_through_endpoints.py): fix langfuse base
This commit is contained in:
parent
5af9794b9d
commit
10f27bb1b5
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ async def test_aaapass_through_endpoint_pass_through_keys_langfuse(
|
|||
pass_through_endpoints = [
|
||||
{
|
||||
"path": "/api/public/ingestion",
|
||||
"target": "https://us.cloud.langfuse.com/api/public/ingestion",
|
||||
"target": "https://cloud.langfuse.com/api/public/ingestion",
|
||||
"auth": auth,
|
||||
"custom_auth_parser": "langfuse",
|
||||
"headers": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue