diff --git a/common_test.go b/common_test.go index 48de365..85a9acf 100644 --- a/common_test.go +++ b/common_test.go @@ -20,6 +20,7 @@ func SetupConfig() { "wechat", "crmwechat.api"} GlobalPath = PathsConfig{"/tmp", "/tmp"} + KFUsers.kfRenewList() } func AssertEqual(t *testing.T, a interface{}, b interface{}, message string) {