diff --git a/test/busi/base_types.go b/test/busi/base_types.go index 5bf8063..b2a4a32 100644 --- a/test/busi/base_types.go +++ b/test/busi/base_types.go @@ -26,7 +26,6 @@ var BusiConf = dtmcli.DBConf{ Host: StoreHost, Port: 3306, User: "root", - Password: "111111", } // UserAccount 1 diff --git a/test/main_test.go b/test/main_test.go index 128ce44..4f17d73 100644 --- a/test/main_test.go +++ b/test/main_test.go @@ -48,7 +48,7 @@ func TestMain(m *testing.M) { conf.Store.Host = "localhost" conf.Store.Port = 3306 conf.Store.User = "root" - conf.Store.Password = "111111" + conf.Store.Password = "" } else { conf.Store.Driver = "redis" conf.Store.Host = "localhost"