Skip to content

Commit 86edd06

Browse files
Add special chars in pass & enable vol persistence (#147)
1 parent 7f599f3 commit 86edd06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/env_param_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func TestEnableConvertersAndLicense(t *testing.T) {
2727
imageRepo, repoPres := os.LookupEnv("dockerRepository")
2828
imageTag, tagPres := os.LookupEnv("dockerVersion")
2929
username := "admin"
30-
password := "admin"
30+
password := "AdminPa$s_with@!#%^&*()"
3131
var resp *http.Response
3232
var body []byte
3333
var err error
@@ -47,7 +47,7 @@ func TestEnableConvertersAndLicense(t *testing.T) {
4747
options := &helm.Options{
4848
KubectlOptions: kubectlOptions,
4949
SetValues: map[string]string{
50-
"persistence.enabled": "false",
50+
"persistence.enabled": "true",
5151
"replicaCount": "1",
5252
"image.repository": imageRepo,
5353
"image.tag": imageTag,

0 commit comments

Comments
 (0)