From c6dda8e2768b6d5571c8e2f743132596f20ad0ff Mon Sep 17 00:00:00 2001 From: toranger Date: Tue, 30 Jul 2019 10:52:08 +0800 Subject: [PATCH] spec the test bucket only used for test --- costesting/ci_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/costesting/ci_test.go b/costesting/ci_test.go index 3889d69..ea2dc59 100644 --- a/costesting/ci_test.go +++ b/costesting/ci_test.go @@ -51,7 +51,7 @@ func (s *CosTestSuite) SetupSuite() { // CI client for test interface // URL like this http://test-1253846586.cos.ap-guangzhou.myqcloud.com - u := os.Getenv("COS_BUCKET_URL") + u := "http://cosgosdktest-1251668577.cos.ap-guangzhou.myqcloud.com" // Get the region iu, _ := url.Parse(u)