File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ defaultField:
8686 firstRow .assertValue (13 )
8787 }
8888
89-
9089 secondRow := metricTestSuite .metric ("azure_testing_value" ).findRowByLabels (prometheus.Labels {"scope" : "two" })
9190 {
9291 secondRow .assertLabels ("id" , "scope" )
@@ -228,7 +227,6 @@ defaultField:
228227 }
229228}
230229
231-
232230func TestMetricRowParsingWithSubMetricsWithNullValues (t * testing.T ) {
233231 resultRow := parseResourceGraphJsonToResultRow (t , `{
234232"name": "foobar",
@@ -266,7 +264,6 @@ defaultField:
266264 type: ignore
267265` )
268266
269-
270267 metricList := BuildPrometheusMetricList (queryConfig .Metric , queryConfig .MetricConfig , resultRow )
271268
272269 metricTestSuite := testingMetricResult {t : t , list : metricList }
@@ -299,7 +296,6 @@ defaultField:
299296 }
300297}
301298
302-
303299func parseResourceGraphJsonToResultRow (t * testing.T , data string ) map [string ]interface {} {
304300 t .Helper ()
305301 ret := map [string ]interface {}{}
You can’t perform that action at this time.
0 commit comments