Skip to content

Commit bdd5f84

Browse files
committed
fix semconv test
Signed-off-by: emdneto <[email protected]>
1 parent d32f940 commit bdd5f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-instrumentation/tests/test_semconv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,6 @@ def test_non_recording_span(self):
217217
# Verify no span attributes are set if not recording
218218
span.set_attribute.assert_not_called()
219219
span.set_status.assert_not_called()
220-
# status code set for metrics independent of tracing decision for
220+
# Verify status code set for metrics independent of tracing decision
221221
self.assertIn("http.status_code", metrics_attributes)
222222
self.assertIn("http.response.status_code", metrics_attributes)

0 commit comments

Comments
 (0)