Commit ce8a6d0c authored by Wenhao Zhou's avatar Wenhao Zhou
Browse files

Fix: e2e-test compilation failed cause redis config

Signed-off-by: default avatarWenhao Zhou <wenhaozhou@yunify.com>
parent 333ace5f
Showing with 1 addition and 4 deletions
+1 -4
......@@ -245,7 +245,7 @@ func newTestMap() map[string]bool {
"openpitrix": true,
"openpitrix.appstore": true,
"nativehelmrelease": false,
"redis": true,
"cache": true,
"s3": true,
"servicemesh": true,
"sonarqube": true,
......@@ -304,9 +304,6 @@ func TestToMap(t *testing.T) {
saveTestConfig(t, conf)
defer cleanTestConfig(t)
conf.RedisOptions.Password = "P@88w0rd"
os.Setenv("KUBESPHERE_REDIS_PASSWORD", "P@88w0rd")
conf2, err := TryLoadFromDisk()
if err != nil {
t.Fatal(err)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment