forked from phoenix/litellm-mirror
test_aaalangfuse_logging_metadata
This commit is contained in:
parent
b8e3f94850
commit
2e3b977400
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue