From cdb2cc89c05c66780228b64cb682aecdaf5e9d28 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 27 Feb 2019 12:51:48 +0800 Subject: [PATCH] remove password for unit test of gdb --- g/database/gdb/gdb_unit_init_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g/database/gdb/gdb_unit_init_test.go b/g/database/gdb/gdb_unit_init_test.go index 182382170..0300fa8f0 100644 --- a/g/database/gdb/gdb_unit_init_test.go +++ b/g/database/gdb/gdb_unit_init_test.go @@ -17,7 +17,7 @@ func init() { Host: "127.0.0.1", Port: "3306", User: "root", - Pass: "12345678", + Pass: "", Name: "", Type: "mysql", Role: "master",