Skip to content

Commit fdf447f

Browse files
fix test
1 parent 309eb96 commit fdf447f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/httpx/test_httpx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ def fake_start_span(*args, **kwargs):
698698

699699
assert (
700700
data.get(SPANDATA.CODE_FUNCTION)
701-
== "test_query_source_if_duration_over_threshold"
701+
== "test_request_source_if_duration_over_threshold"
702702
)
703703

704704

0 commit comments

Comments
 (0)