Skip to content

Commit e6a470d

Browse files
committed
Updating test with hardcoded value
1 parent 83f1d68 commit e6a470d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ def test_request_attributes_with_full_request_uri(self):
811811
HTTP_TARGET: "http://docs.python.org:80/3/library/urllib.parse.html?highlight=params#url-parsing",
812812
}
813813
expected_new = {
814-
URL_PATH: self.environ["PATH_INFO"],
814+
URL_PATH: "/",
815815
URL_QUERY: "highlight=params",
816816
}
817817
self.assertGreaterEqual(

0 commit comments

Comments
 (0)