Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikatong committed Sep 26, 2023
1 parent 1280890 commit 8df54f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tencentcloud/resource_tc_clb_attachment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
)

func TestAccTencentCloudClbAttachmentResource_tcp(t *testing.T) {
t.Parallel()
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
Expand Down Expand Up @@ -51,7 +50,6 @@ func TestAccTencentCloudClbAttachmentResource_tcp(t *testing.T) {
}

func TestAccTencentCloudClbAttachmentResource_http(t *testing.T) {
t.Parallel()
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
Expand Down

0 comments on commit 8df54f2

Please sign in to comment.