Skip to content

Commit

Permalink
fix merge failure of querier test (#6041)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeya24 authored Jun 27, 2024
1 parent e47ad33 commit 43461cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/querier/querier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ func TestQuerier_ValidateQueryTimeRange_MaxQueryLength_Series(t *testing.T) {
chunkStore := &emptyChunkStore{}
distributor := &emptyDistributor{}

queryables := []QueryableWithFilter{UseAlwaysQueryable(NewMockStoreQueryable(cfg, chunkStore))}
queryables := []QueryableWithFilter{UseAlwaysQueryable(NewMockStoreQueryable(chunkStore))}
queryable, _, _ := New(cfg, overrides, distributor, queryables, nil, log.NewNopLogger())

ctx := user.InjectOrgID(context.Background(), "test")
Expand Down

0 comments on commit 43461cb

Please sign in to comment.