From e29b7b9a27df378bade5b20f9dfbf586bd74cf00 Mon Sep 17 00:00:00 2001 From: Nate Mar Date: Tue, 18 Mar 2025 04:04:44 -0700 Subject: [PATCH] Update test_arize_ai.py --- tests/local_testing/test_arize_ai.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/local_testing/test_arize_ai.py b/tests/local_testing/test_arize_ai.py index cdc5911508..b68981ffd5 100644 --- a/tests/local_testing/test_arize_ai.py +++ b/tests/local_testing/test_arize_ai.py @@ -98,4 +98,3 @@ def test_arize_set_attributes(): span.set_attribute.assert_any_call(SpanAttributes.LLM_TOKEN_COUNT_TOTAL, 100) span.set_attribute.assert_any_call(SpanAttributes.LLM_TOKEN_COUNT_COMPLETION, 60) span.set_attribute.assert_any_call(SpanAttributes.LLM_TOKEN_COUNT_PROMPT, 40) - \ No newline at end of file