We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda7b1a commit 493438dCopy full SHA for 493438d
1 file changed
tests/integrations/pyreqwest/test_pyreqwest.py
@@ -509,7 +509,7 @@ def test_omit_url_data_if_parsing_fails(
509
assert span["name"] == "GET [Filtered]"
510
assert span["attributes"][SPANDATA.HTTP_METHOD] == "GET"
511
assert span["attributes"][SPANDATA.HTTP_STATUS_CODE] == 200
512
- assert "url" not in span["attributes"]
+ assert "url.full" not in span["attributes"]
513
assert SPANDATA.URL_QUERY not in span["attributes"]
514
assert SPANDATA.URL_FRAGMENT not in span["attributes"]
515
else:
0 commit comments