Skip to content

Commit 493438d

Browse files
test
1 parent eda7b1a commit 493438d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integrations/pyreqwest/test_pyreqwest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def test_omit_url_data_if_parsing_fails(
509509
assert span["name"] == "GET [Filtered]"
510510
assert span["attributes"][SPANDATA.HTTP_METHOD] == "GET"
511511
assert span["attributes"][SPANDATA.HTTP_STATUS_CODE] == 200
512-
assert "url" not in span["attributes"]
512+
assert "url.full" not in span["attributes"]
513513
assert SPANDATA.URL_QUERY not in span["attributes"]
514514
assert SPANDATA.URL_FRAGMENT not in span["attributes"]
515515
else:

0 commit comments

Comments
 (0)