Skip to content

Commit

Permalink
Change test values for filtering multiple expected metrics
Browse files Browse the repository at this point in the history
Signed-off-by: Daria Danilenko <daria.danilenko@fluxninja.com>
  • Loading branch information
DariaKunoichi committed Mar 21, 2023
1 parent b9e1870 commit d8602eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/testutil/testutil_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ func TestScrapeAndCompareWithMultipleExpected(t *testing.T) {
# HELP some_total2 A value that represents a counter.
# TYPE some_total2 counter
some_total2{ label1 = "value1" } 1
some_total2{ label2 = "value2" } 1
`

expectedReader := strings.NewReader(expected)
Expand Down

0 comments on commit d8602eb

Please sign in to comment.