File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ```release-note:bug
2
+ resource/tencentcloud_gaap_proxy: fix gaap proxy retry error `DuplicatedRequest`
3
+ ```
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"github.com/hashicorp/terraform-plugin-sdk/terraform"
12
12
)
13
13
14
- func TestAccTencentCloudGaapProxy_basic (t * testing.T ) {
14
+ func TestAccTencentCloudGaapProxyResource_basic (t * testing.T ) {
15
15
id := new (string )
16
16
17
17
resource .Test (t , resource.TestCase {
@@ -49,7 +49,7 @@ func TestAccTencentCloudGaapProxy_basic(t *testing.T) {
49
49
})
50
50
}
51
51
52
- func TestAccTencentCloudGaapProxy_update (t * testing.T ) {
52
+ func TestAccTencentCloudGaapProxyResource_update (t * testing.T ) {
53
53
id := new (string )
54
54
55
55
resource .Test (t , resource.TestCase {
You can’t perform that action at this time.
0 commit comments