From a6220f7a40efec678423722d1eb2617166a9ee06 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 21 Nov 2024 23:51:58 -0800 Subject: [PATCH] test - also try diff host for langfuse --- tests/test_team_logging.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_team_logging.py b/tests/test_team_logging.py index b81234a47..2d8a091d3 100644 --- a/tests/test_team_logging.py +++ b/tests/test_team_logging.py @@ -97,7 +97,7 @@ async def test_aaateam_logging(): langfuse_client = langfuse.Langfuse( public_key=os.getenv("LANGFUSE_PROJECT1_PUBLIC"), secret_key=os.getenv("LANGFUSE_PROJECT1_SECRET"), - host="https://cloud.langfuse.com", + host="https://us.cloud.langfuse.com", ) await asyncio.sleep(30) @@ -178,7 +178,7 @@ async def test_team_2logging(): langfuse_client_1 = langfuse.Langfuse( public_key=os.getenv("LANGFUSE_PROJECT1_PUBLIC"), secret_key=os.getenv("LANGFUSE_PROJECT1_SECRET"), - host="https://cloud.langfuse.com", + host="https://us.cloud.langfuse.com", ) generations_team_1 = langfuse_client_1.get_generations(