Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
yec-akamai committed Feb 21, 2025
1 parent 41607fa commit d9908fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/lke_clusters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit d9908fc

Please sign in to comment.