Skip to content

Commit c4cea47

Browse files
committed
Adding the change in unit test for the field skip k8s upgrade
1 parent 499f2cb commit c4cea47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spectrocloud/resource_cluster_aws_flatten_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func TestFlattenMachinePoolConfigsAws(t *testing.T) {
6060
"disk_size_gb": 8,
6161
"az_subnets": map[string]string{"us-west-2d": "subnet-87654321"},
6262
"update_strategy": "RollingUpdateScaleOut",
63-
"skip_worker_node_update": "disabled",
63+
"skip_k8s_upgrade": "disabled",
6464
"additional_security_groups": []string{"sg-1234567890"},
6565
},
6666
},

0 commit comments

Comments
 (0)