Skip to content

Commit bce5678

Browse files
committed
lint
1 parent 8f3e290 commit bce5678

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration/query_fuzz_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import (
2222
"github.com/prometheus/common/model"
2323
"github.com/prometheus/prometheus/model/labels"
2424
"github.com/prometheus/prometheus/prompb"
25+
"github.com/prometheus/prometheus/promql/parser"
2526
"github.com/stretchr/testify/require"
2627
"github.com/thanos-io/thanos/pkg/block"
2728
"github.com/thanos-io/thanos/pkg/block/metadata"
@@ -76,7 +77,7 @@ func TestDisableChunkTrimmingFuzz(t *testing.T) {
7677
path1 := path.Join(s.SharedDir(), "cortex-1")
7778
path2 := path.Join(s.SharedDir(), "cortex-2")
7879

79-
flags1 := mergeFlags(flags1, map[string]string{
80+
flags1 := mergeFlags(flags, map[string]string{
8081
"-blocks-storage.filesystem.dir": path1,
8182
"-consul.hostname": consul1.NetworkHTTPEndpoint(),
8283
})

0 commit comments

Comments
 (0)