We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c34c0 commit 39ce67eCopy full SHA for 39ce67e
tencentcloud/services/tke/resource_test.go
@@ -0,0 +1,11 @@
1
+package tke_test
2
+
3
+import (
4
+ "testing"
5
6
+ "github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
7
+)
8
9
+func TestMain(m *testing.M) {
10
+ resource.TestMain(m)
11
+}
0 commit comments