test(test_pass_through_endpoints.py): fix langfuse base

This commit is contained in:
Krrish Dholakia 2024-08-14 14:13:21 -07:00
parent 5af9794b9d
commit 10f27bb1b5

View file

@ -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": {