Skip to content

Commit

Permalink
Update pkg/querier/queryrange/roundtrip_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Danny Kopping <[email protected]>
  • Loading branch information
jeschkies and dannykopping authored Oct 27, 2023
1 parent e58d758 commit e6154e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/querier/queryrange/roundtrip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func TestMetricsTripperware(t *testing.T) {
queryCount, queryHandler = counter()
h = getQueryAndStatsHandler(queryHandler, statsHandler)
_, err = tpw.Wrap(h).Do(ctx, lreq)
require.ErrorContains(t, err, "query too large to execute on a single querie")
require.ErrorContains(t, err, "query too large to execute on a single querier")
require.Equal(t, 0, *queryCount)
require.Equal(t, 2, *statsCount)

Expand Down

0 comments on commit e6154e3

Please sign in to comment.