Skip to content

Commit 91f9b72

Browse files
committed
2 parents 758d267 + 1648244 commit 91f9b72

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changelog/1402.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
resource/tencentcloud_gaap_proxy: fix gaap proxy retry error `DuplicatedRequest`
3+
```

tencentcloud/resource_tc_gaap_proxy_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/hashicorp/terraform-plugin-sdk/terraform"
1212
)
1313

14-
func TestAccTencentCloudGaapProxy_basic(t *testing.T) {
14+
func TestAccTencentCloudGaapProxyResource_basic(t *testing.T) {
1515
id := new(string)
1616

1717
resource.Test(t, resource.TestCase{
@@ -49,7 +49,7 @@ func TestAccTencentCloudGaapProxy_basic(t *testing.T) {
4949
})
5050
}
5151

52-
func TestAccTencentCloudGaapProxy_update(t *testing.T) {
52+
func TestAccTencentCloudGaapProxyResource_update(t *testing.T) {
5353
id := new(string)
5454

5555
resource.Test(t, resource.TestCase{

0 commit comments

Comments
 (0)