From 6bcfa90ba85e3dff6ac5fcb16bde6607ff84c161 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 14 Aug 2024 09:53:19 -0700 Subject: [PATCH] test(test_pass_through_endpoints.py): fix test --- litellm/tests/test_pass_through_endpoints.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/tests/test_pass_through_endpoints.py b/litellm/tests/test_pass_through_endpoints.py index 0f57ca68f9..63e9e01860 100644 --- a/litellm/tests/test_pass_through_endpoints.py +++ b/litellm/tests/test_pass_through_endpoints.py @@ -169,7 +169,7 @@ async def test_pass_through_endpoint_rpm_limit(auth, expected_error_code, rpm_li [(True, 0, 429), (True, 1, 207), (False, 0, 207)], ) @pytest.mark.asyncio -async def test_pass_through_endpoint_pass_through_keys_langfuse( +async def test_aaapass_through_endpoint_pass_through_keys_langfuse( auth, expected_error_code, rpm_limit ): client = TestClient(app) @@ -196,7 +196,7 @@ async def test_pass_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": {