From d9908fca3580af3b1f4236f35ab4f112de119eba Mon Sep 17 00:00:00 2001 From: Ye Chen Date: Fri, 21 Feb 2025 11:28:24 -0500 Subject: [PATCH] nit --- test/integration/lke_clusters_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/lke_clusters_test.go b/test/integration/lke_clusters_test.go index 338885b5e..3830df360 100644 --- a/test/integration/lke_clusters_test.go +++ b/test/integration/lke_clusters_test.go @@ -343,7 +343,8 @@ 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()