Skip to content

Commit 34c320d

Browse files
committed
Fix lint
1 parent f0bf49d commit 34c320d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

instrumentation/opentelemetry-instrumentation-wsgi/tests/test_wsgi_middleware.py

-1
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,6 @@ def test_request_attributes_with_faux_scheme_relative_raw_uri(self):
698698

699699
def test_request_attributes_pathless(self):
700700
self.environ["RAW_URI"] = ""
701-
expected = {SpanAttributes.HTTP_TARGET: ""}
702701
self.assertIsNone(
703702
otel_wsgi.collect_request_attributes(self.environ).get(
704703
SpanAttributes.HTTP_TARGET

0 commit comments

Comments
 (0)