From 5a2e5b43c4d8fb77088270cca4d7d07508ad0647 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 21 Nov 2024 22:05:00 -0800 Subject: [PATCH] fix test_aaapass_through_endpoint_pass_through_keys_langfuse --- tests/local_testing/test_pass_through_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/local_testing/test_pass_through_endpoints.py b/tests/local_testing/test_pass_through_endpoints.py index b069dc0ef..7e9dfcfc7 100644 --- a/tests/local_testing/test_pass_through_endpoints.py +++ b/tests/local_testing/test_pass_through_endpoints.py @@ -261,7 +261,7 @@ async def test_aaapass_through_endpoint_pass_through_keys_langfuse( pass_through_endpoints = [ { "path": "/api/public/ingestion", - "target": "https://cloud.langfuse.com/api/public/ingestion", + "target": "https://us.cloud.langfuse.com/api/public/ingestion", "auth": auth, "custom_auth_parser": "langfuse", "headers": {