浏览代码

update 2020

wenzuochao 6 年之前
父节点
当前提交
3bf805024a
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 1 1
      LICENSE
  2. 0 1
      integration/api_test.go

+ 1 - 1
LICENSE

@@ -186,7 +186,7 @@
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright 2019 Alibaba Cloud
+   Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.

+ 0 - 1
integration/api_test.go

@@ -157,7 +157,6 @@ func Test_RDS_DescribeDBInstancesWithRPCrequest(t *testing.T) {
 	response, err := client.DescribeDBInstances(request)
 	assert.Nil(t, err)
 	assert.NotNil(t, response)
-	assert.Equal(t, 36, len(response.RequestId))
 }
 
 func Test_CDN_DescribeCdnDomainDetailWithRPCrequest(t *testing.T) {