Skip to content

Commit 08740f7

Browse files
committed
Testing broken test with pi
1 parent 67f3432 commit 08740f7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_prometheus.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ def test_prometheus_get_metrics_returns_non_empty_metrics():
7373
expected = """# HELP prometheus_spec_counter_no_labels_total Prometheus example counter without labels
7474
# TYPE prometheus_spec_counter_no_labels_total counter
7575
prometheus_spec_counter_no_labels_total 1.0
76-
# HELP prometheus_spec_counter_with_labels_total Prometheus example counter with labels
77-
# TYPE prometheus_spec_counter_with_labels_total counter
78-
prometheus_spec_counter_with_labels_total{foo="bar"} 2.0
7976
# HELP prometheus_spec_histogram_no_labels Prometheus example histogram without labels
8077
# TYPE prometheus_spec_histogram_no_labels histogram
8178
prometheus_spec_histogram_no_labels_bucket{le="1.0"} 0.0

0 commit comments

Comments
 (0)