Skip to content

Commit d20e873

Browse files
nikhilNavaCopilot
andauthored
Update tests/observability/core/test_record_attributes.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 46298b2 commit d20e873

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/observability/core/test_record_attributes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ def test_opentelemetry_scope_logging(self, mock_logger):
196196
span_ended_messages[0], r"Span ended: 'test_logging_activity' \([a-f0-9]{16}\)"
197197
)
198198

199-
print("✅ OpenTelemetryScope logging test passed!")
200-
201199
@unittest.mock.patch("microsoft_agents_a365.observability.core.opentelemetry_scope.logger")
202200
def test_opentelemetry_scope_error_logging(self, mock_logger):
203201
"""Test that OpenTelemetryScope logs errors when span creation fails."""

0 commit comments

Comments
 (0)