File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -837,7 +837,7 @@ func TestGetOTelResourceV2_HTTPRequestMethodResource(t *testing.T) {
837837 expected : "POST /api/users/{user_id}" ,
838838 },
839839 {
840- name : "URL template takes precedence over route for client " ,
840+ name : "client uses URL template and ignores route" ,
841841 sattrs : map [string ]string {
842842 "http.request.method" : "POST" ,
843843 "url.template" : "/api/users/{user_id}" ,
@@ -847,7 +847,7 @@ func TestGetOTelResourceV2_HTTPRequestMethodResource(t *testing.T) {
847847 expected : "POST /api/users/{user_id}" ,
848848 },
849849 {
850- name : "route takes precedence over URL template for server " ,
850+ name : "server uses route and ignores URL template" ,
851851 sattrs : map [string ]string {
852852 "http.request.method" : "POST" ,
853853 "url.template" : "/api/users/{user_id}" ,
You can’t perform that action at this time.
0 commit comments