We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8f509 commit 0a700b2Copy full SHA for 0a700b2
instrumentation/opentelemetry-instrumentation-requests/tests/test_requests_integration.py
@@ -853,7 +853,6 @@ def test_basic_metric_non_recording_span(self):
853
result = self.perform_request(self.URL)
854
self.assertEqual(result.text, "Hello!")
855
856
- # self.assert_span(None, 0)
857
self.assertFalse(mock_span.is_recording())
858
self.assertTrue(mock_span.is_recording.called)
859
self.assertFalse(mock_span.set_attribute.called)
0 commit comments