From 701c154e355c230431fc166822765e47b2e10e91 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 21 Nov 2024 23:47:38 -0800 Subject: [PATCH] fix test_aaateam_logging --- tests/test_team_logging.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_team_logging.py b/tests/test_team_logging.py index 9b9047da63..b81234a47c 100644 --- a/tests/test_team_logging.py +++ b/tests/test_team_logging.py @@ -97,6 +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", ) await asyncio.sleep(30) @@ -177,6 +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", ) generations_team_1 = langfuse_client_1.get_generations(