Skip to content

Commit 3deb6b9

Browse files
authored
opentelemetry-instrumentation-flask: a bit more room on metrics tests (#2884)
1 parent 41b6453 commit 3deb6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-flask/tests/test_programmatic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ def test_flask_metrics_new_semconv(self):
520520
if isinstance(point, HistogramDataPoint):
521521
self.assertEqual(point.count, 3)
522522
self.assertAlmostEqual(
523-
duration_s, point.sum, places=2
523+
duration_s, point.sum, places=1
524524
)
525525
histogram_data_point_seen = True
526526
if isinstance(point, NumberDataPoint):

0 commit comments

Comments
 (0)