Skip to content

Commit

Permalink
fix: fix the component param pass error
Browse files Browse the repository at this point in the history
  • Loading branch information
luhaoling committed Feb 27, 2024
1 parent 16dbf33 commit 59717e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/component/component_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func mockInitCfg() error {
}

func TestRedis(t *testing.T) {
conf, err := initCfg(defaultCfgPath)
conf, err := initCfg()
conf.Redis.Address = []string{
"172.16.8.142:7000",
//"172.16.8.142:7000", "172.16.8.142:7001", "172.16.8.142:7002", "172.16.8.142:7003", "172.16.8.142:7004", "172.16.8.142:7005",
Expand Down

0 comments on commit 59717e3

Please sign in to comment.