diff --git a/database/gredis/gredis_z_unit_test.go b/database/gredis/gredis_z_unit_test.go index 3270af08f..23e5804f0 100644 --- a/database/gredis/gredis_z_unit_test.go +++ b/database/gredis/gredis_z_unit_test.go @@ -27,15 +27,6 @@ var ( Port: 6379, Db: 1, } - - //demo for tls config - tlsConfig = gredis.Config{ - Host: "127.0.0.1", - Port: 6379, - Db: 1, - TLS: true, - TLSSkipVerify: true, - } ) func Test_NewClose(t *testing.T) {