Skip to content

Commit 9cec079

Browse files
authored
Fixed linter in integration tests (#2177)
* Fixed linter Signed-off-by: Marco Pracucci <[email protected]>
1 parent 822d699 commit 9cec079

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

integration/backward_compatibility_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import (
1414
)
1515

1616
const (
17-
networkName = "e2e-cortex-test"
1817
// If you change the image tag, remember to update it in the preloading done
1918
// by CircleCI too (see .circleci/config.yml).
2019
previousVersionImage = "quay.io/cortexproject/cortex:v0.6.0"

integration/configs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
)
1010

1111
const (
12+
networkName = "e2e-cortex-test"
1213
cortexConfigFile = "config.yaml"
1314
cortexSchemaConfigFile = "schema.yaml"
1415
cortexSchemaConfigYaml = `configs:

pkg/util/grpcclient/ratelimit_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"google.golang.org/grpc"
99
"google.golang.org/grpc/codes"
1010
"google.golang.org/grpc/status"
11-
11+
1212
"github.com/cortexproject/cortex/pkg/util/grpcclient"
1313
)
1414

0 commit comments

Comments
 (0)