test_aaalangfuse_logging_metadata

This commit is contained in:
Ishaan Jaff 2024-11-21 21:56:36 -08:00
parent 14124bab45
commit f77bd9a99c

View file

@ -448,7 +448,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