@@ -20,13 +20,6 @@ import (
2020 "testing"
2121 "time"
2222
23- "github.com/cortexproject/cortex/integration/ca"
24- "github.com/cortexproject/cortex/integration/e2e"
25- e2edb "github.com/cortexproject/cortex/integration/e2e/db"
26- "github.com/cortexproject/cortex/integration/e2ecortex"
27- "github.com/cortexproject/cortex/pkg/ruler"
28- "github.com/cortexproject/cortex/pkg/ruler/rulespb"
29- "github.com/cortexproject/cortex/pkg/storage/tsdb"
3023 v1 "github.com/prometheus/client_golang/api/prometheus/v1"
3124 "github.com/prometheus/common/model"
3225 "github.com/prometheus/prometheus/model/labels"
@@ -35,6 +28,14 @@ import (
3528 "github.com/stretchr/testify/assert"
3629 "github.com/stretchr/testify/require"
3730 "github.com/thanos-io/objstore/providers/s3"
31+
32+ "github.com/cortexproject/cortex/integration/ca"
33+ "github.com/cortexproject/cortex/integration/e2e"
34+ e2edb "github.com/cortexproject/cortex/integration/e2e/db"
35+ "github.com/cortexproject/cortex/integration/e2ecortex"
36+ "github.com/cortexproject/cortex/pkg/ruler"
37+ "github.com/cortexproject/cortex/pkg/ruler/rulespb"
38+ "github.com/cortexproject/cortex/pkg/storage/tsdb"
3839)
3940
4041func TestRulerAPI (t * testing.T ) {
0 commit comments