diff --git a/test/integration/lke_clusters_test.go b/test/integration/lke_clusters_test.go index 3830df360..338885b5e 100644 --- a/test/integration/lke_clusters_test.go +++ b/test/integration/lke_clusters_test.go @@ -343,8 +343,7 @@ func TestLKECluster_APLEnabled_smoke(t *testing.T) { func(createOpts *linodego.LKEClusterCreateOptions) { // NOTE: g6-dedicated-4 is the minimum APL-compatible Linode type createOpts.NodePools = []linodego.LKENodePoolCreateOptions{{Count: 3, Type: "g6-dedicated-4", Tags: []string{"test"}}} - }, - }, + }}, "fixtures/TestLKECluster_APLEnabled") defer teardown()