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 a6fb430 commit 41607fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/lke_clusters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 41607fa

Please sign in to comment.