From 2e3b977400a18500d96eb990b552813d9d68ec89 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 21 Nov 2024 21:56:36 -0800 Subject: [PATCH] test_aaalangfuse_logging_metadata --- tests/local_testing/test_alangfuse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/local_testing/test_alangfuse.py b/tests/local_testing/test_alangfuse.py index fde188d2a..2725de35e 100644 --- a/tests/local_testing/test_alangfuse.py +++ b/tests/local_testing/test_alangfuse.py @@ -443,7 +443,7 @@ async def test_aaalangfuse_logging_metadata(langfuse_client): try: trace = langfuse_client.get_trace(id=trace_id) except Exception as e: - if "Trace not found within authorized project" in str(e): + if "not found within authorized project" in str(e): print(f"Trace {trace_id} not found") continue assert trace.id == trace_id