Skip to content

Commit 41d613a

Browse files
committed
fix: tke gpu args, no instance_type in response
1 parent b883a93 commit 41d613a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tencentcloud/resource_tc_kubernetes_scale_worker_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ func TestAccTencentCloudKubernetesScaleWorkerResource(t *testing.T) {
100100
Check: resource.ComposeTestCheckFunc(
101101
testAccCheckTkeScaleWorkerExists(testTkeScaleWorkerResourceKey),
102102
resource.TestCheckResourceAttrSet(testTkeScaleWorkerResourceKey, "cluster_id"),
103-
resource.TestCheckResourceAttr(testTkeScaleWorkerResourceKey, "worker_instances_list.0.instance_type", "GN6S.LARGE20"),
104103
resource.TestCheckResourceAttrSet(testTkeScaleWorkerResourceKey, "gpu_args.#"),
105104
),
106105
},

0 commit comments

Comments
 (0)