Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Abdur Rehman <[email protected]>
  • Loading branch information
abdurrehman107 committed Feb 4, 2025
1 parent 17e8ab0 commit 8108e75
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/e2e/e2e_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ var (
)

var (
skipPrometheusInstall = os.Getenv("PROMETHEUS_INSTALL_SKIP") == "true"
skipCertManagerInstall = os.Getenv("CERT_MANAGER_INSTALL_SKIP") == "true"
skipPrometheusInstall = os.Getenv("PROMETHEUS_INSTALL_SKIP") == "true"
skipCertManagerInstall = os.Getenv("CERT_MANAGER_INSTALL_SKIP") == "true"

// Flags to detect if Prometheus/CertManager is already installed
isPrometheusOperatorAlreadyInstalled = false
isCertManagerAlreadyInstalled = false
// Flags to detect if Prometheus/CertManager is already installed
isPrometheusOperatorAlreadyInstalled = false
isCertManagerAlreadyInstalled = false

// The manager image for etcd-operator
projectImage = "etcd-operator:v0.1"
// The manager image for etcd-operator
projectImage = "etcd-operator:v0.1"

testenv env.Environment
testenv env.Environment
)

func TestMain(m *testing.M) {
Expand Down

0 comments on commit 8108e75

Please sign in to comment.