Skip to content

Commit 0eb35d1

Browse files
committed
fix test issue
1 parent 6abfd98 commit 0eb35d1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/e2e/install_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ func TestHelmInstall(t *testing.T) {
2828
}
2929
imageRepo, repoPres := os.LookupEnv("dockerRepository")
3030
imageTag, tagPres := os.LookupEnv("dockerVersion")
31-
username := "admin"
32-
password := "admin"
3331
var resp *http.Response
3432
var body []byte
3533
var err error
@@ -53,8 +51,6 @@ func TestHelmInstall(t *testing.T) {
5351
"replicaCount": "2",
5452
"image.repository": imageRepo,
5553
"image.tag": imageTag,
56-
"auth.adminUsername": username,
57-
"auth.adminPassword": password,
5854
"logCollection.enabled": "false",
5955
},
6056
}

0 commit comments

Comments
 (0)