remove password for unit test of gdb

This commit is contained in:
John
2019-02-27 12:51:48 +08:00
parent 4964c09a77
commit cdb2cc89c0

View File

@ -17,7 +17,7 @@ func init() {
Host: "127.0.0.1",
Port: "3306",
User: "root",
Pass: "12345678",
Pass: "",
Name: "",
Type: "mysql",
Role: "master",