Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Apr 18, 2024
1 parent f0bf49d commit 34c320d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,6 @@ def test_request_attributes_with_faux_scheme_relative_raw_uri(self):

def test_request_attributes_pathless(self):
self.environ["RAW_URI"] = ""
expected = {SpanAttributes.HTTP_TARGET: ""}
self.assertIsNone(
otel_wsgi.collect_request_attributes(self.environ).get(
SpanAttributes.HTTP_TARGET
Expand Down

0 comments on commit 34c320d

Please sign in to comment.