We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7932374 commit b39242aCopy full SHA for b39242a
Tests/ExportersTests/Prometheus/PrometheusExporterTests.swift
@@ -119,7 +119,8 @@ class PrometheusExporterTests: XCTestCase {
119
120
// Validate measure.
121
XCTAssert(responseText.contains("# TYPE testGauge gauge"))
122
- XCTAssert(responseText.contains("testGauge{dim2=\"value1\",dim1=\"value1\"} 500"))
+ XCTAssert(responseText.contains("testGauge{dim2=\"value1\",dim1=\"value1\"} 500") ||
123
+ "testGauge{dim1=\"value1\",dim2=\"value1\"} 500"))
124
125
// Validate histogram.
126
XCTAssert(responseText.contains("# TYPE testHistogram histogram"))
0 commit comments