Skip to content

Commit

Permalink
Fix merge conflict omission in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Kim committed Jan 24, 2025
1 parent c37d1b2 commit 35aae06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/llmobs/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ def _expected_ragas_context_precision_spans(ragas_inputs=None):
},
"metrics": {},
"tags": expected_ragas_trace_tags(),
"_dd": {"span_id": mock.ANY, "trace_id": mock.ANY},
},
{
"trace_id": mock.ANY,
Expand All @@ -594,6 +595,7 @@ def _expected_ragas_context_precision_spans(ragas_inputs=None):
},
"metrics": {},
"tags": expected_ragas_trace_tags(),
"_dd": {"span_id": mock.ANY, "trace_id": mock.ANY},
},
]

Expand Down Expand Up @@ -743,6 +745,7 @@ def _expected_ragas_answer_relevancy_spans(ragas_inputs=None):
},
"metrics": {},
"tags": expected_ragas_trace_tags(),
"_dd": {"span_id": mock.ANY, "trace_id": mock.ANY},
},
{
"trace_id": mock.ANY,
Expand All @@ -760,6 +763,7 @@ def _expected_ragas_answer_relevancy_spans(ragas_inputs=None):
},
"metrics": {},
"tags": expected_ragas_trace_tags(),
"_dd": {"span_id": mock.ANY, "trace_id": mock.ANY},
},
{
"trace_id": mock.ANY,
Expand All @@ -777,5 +781,6 @@ def _expected_ragas_answer_relevancy_spans(ragas_inputs=None):
},
"metrics": {},
"tags": expected_ragas_trace_tags(),
"_dd": {"span_id": mock.ANY, "trace_id": mock.ANY},
},
]

0 comments on commit 35aae06

Please sign in to comment.