We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d688f01 commit 50fe59bCopy full SHA for 50fe59b
1 file changed
tests/integrations/stdlib/test_httplib.py
@@ -984,7 +984,7 @@ def test_proxy_http_tunnel(
984
span["attributes"][SPANDATA.URL_FULL]
985
== f"http://api.example.com{port_modifier}/foo"
986
)
987
- assert span["attributes"][SPANDATA.HTTP_METHOD] == "GET"
+ assert span["attributes"][SPANDATA.HTTP_REQUEST_METHOD] == "GET"
988
assert span["attributes"][SPANDATA.NETWORK_PEER_ADDRESS] == "localhost"
989
assert span["attributes"][SPANDATA.NETWORK_PEER_PORT] == PROXY_PORT
990
else:
0 commit comments