Skip to content

Commit 7cdf878

Browse files
authored
fix test (#1842)
1 parent f02988c commit 7cdf878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linode/lke/framework_resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ func TestAccResourceLKECluster_controlPlane(t *testing.T) {
552552
),
553553
},
554554
{
555-
Config: tmpl.ControlPlane(t, clusterName, k8sVersionLatest, testRegion, testIPv4Updated, testIPv6Updated, false, false),
555+
Config: tmpl.ControlPlane(t, clusterName, k8sVersionLatest, testRegion, testIPv4Updated, testIPv6Updated, false, true),
556556

557557
// Expect a 400 response when attempting to disable HA
558558
ExpectError: regexp.MustCompile("\\[400]"),

0 commit comments

Comments
 (0)