Skip to content

Commit e0a5090

Browse files
committed
test if recorded_exception is None
Signed-off-by: emdneto <[email protected]>
1 parent 3443669 commit e0a5090

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opentelemetry-api/tests/trace/test_globals.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,4 @@ def test_use_span_base_exceptions(self):
191191
StatusCode.UNSET,
192192
)
193193
self.assertIsNone(test_span.recorded_status.description)
194+
self.assertIsNone(test_span.recorded_exception)

0 commit comments

Comments
 (0)