Skip to content

Commit

Permalink
Remove append from test
Browse files Browse the repository at this point in the history
  • Loading branch information
GonzaloGuasch authored and GonzaloGuasch committed Jun 24, 2024
1 parent 19fe714 commit fc48830
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ def test_exclude_lists_from_explicit(self):
self.assertEqual(len(span_list), 1)

def test_flask_metrics(self):
_server_duration_attrs_old.append("http.route")
start = default_timer()
self.client.get("/hello/123")
self.client.get("/hello/321")
Expand Down Expand Up @@ -587,6 +586,7 @@ def test_basic_metric_success(self):
"http.method": "GET",
"http.host": "localhost",
"http.scheme": "http",

"http.flavor": "1.1",
"http.server_name": "localhost",
"net.host.name": "localhost",
Expand Down

0 comments on commit fc48830

Please sign in to comment.