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 (
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 {
You can’t perform that action at this time.
0 commit comments