Skip to content

Commit 297e54a

Browse files
AlexLu2016alexlu4250
authored andcommitted
Formatting
1 parent 5d6610e commit 297e54a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/observability/core/test_agent365_exporter.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,7 @@ def test_export_error_logging(self, mock_logger):
359359
self.assertEqual(result, SpanExportResult.SUCCESS)
360360

361361
# Verify info log for no eligible spans
362-
mock_logger.info.assert_called_with(
363-
"No eligible genAI spans to export; nothing exported."
364-
)
362+
mock_logger.info.assert_called_with("No eligible genAI spans to export; nothing exported.")
365363

366364
def test_exporter_is_internal(self):
367365
"""Test that _Agent365Exporter is marked as internal/private.

0 commit comments

Comments
 (0)