Skip to content

Commit a1d73c5

Browse files
author
Liudmila Molkova
committed
remove http_flavor
1 parent 2a36cce commit a1d73c5

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-falcon/tests

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-falcon/tests/test_falcon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def test_url_template(self):
224224
SpanAttributes.HTTP_HOST: "falconframework.org",
225225
SpanAttributes.HTTP_TARGET: "/",
226226
SpanAttributes.NET_PEER_PORT: "65133",
227-
SpanAttributes.HTTP_FLAVOR: "1.1",
227+
SpanAttributes.NET_APP_PROTOCOL_VERSION: "1.1",
228228
"falcon.resource": "UserResource",
229229
SpanAttributes.HTTP_STATUS_CODE: 200,
230230
},

0 commit comments

Comments
 (0)