Skip to content

Commit fc48830

Browse files
GonzaloGuaschGonzaloGuasch
authored and
GonzaloGuasch
committed
Remove append from test
1 parent 19fe714 commit fc48830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-flask/tests/test_programmatic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ def test_exclude_lists_from_explicit(self):
462462
self.assertEqual(len(span_list), 1)
463463

464464
def test_flask_metrics(self):
465-
_server_duration_attrs_old.append("http.route")
466465
start = default_timer()
467466
self.client.get("/hello/123")
468467
self.client.get("/hello/321")
@@ -587,6 +586,7 @@ def test_basic_metric_success(self):
587586
"http.method": "GET",
588587
"http.host": "localhost",
589588
"http.scheme": "http",
589+
590590
"http.flavor": "1.1",
591591
"http.server_name": "localhost",
592592
"net.host.name": "localhost",

0 commit comments

Comments
 (0)