We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bf49d commit 34c320dCopy full SHA for 34c320d
instrumentation/opentelemetry-instrumentation-wsgi/tests/test_wsgi_middleware.py
@@ -698,7 +698,6 @@ def test_request_attributes_with_faux_scheme_relative_raw_uri(self):
698
699
def test_request_attributes_pathless(self):
700
self.environ["RAW_URI"] = ""
701
- expected = {SpanAttributes.HTTP_TARGET: ""}
702
self.assertIsNone(
703
otel_wsgi.collect_request_attributes(self.environ).get(
704
SpanAttributes.HTTP_TARGET
0 commit comments