diff --git a/test/api_customer_test.go b/test/api_customer_test.go index a6bea40..0e605d8 100644 --- a/test/api_customer_test.go +++ b/test/api_customer_test.go @@ -1,2 +1,17 @@ package test + +func TestGetCustomerS3(t *testing.T) { + // + c, err := GetCompress() + if err != nil { + t.Fatalf(err.Error()) + } + // need to be finish + zone, err := c.GetCustomerS3Zone() + if err != nil { + t.Fatalf(err.Error()) + } + log.Println("zone ", zone) + //c.IsDebug() +}