Skip to content

Commit 9e6af62

Browse files
Fix integration test
1 parent 8b5b2a2 commit 9e6af62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/models/lke/test_lke.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ def lke_cluster_with_apl(test_linode_client):
116116

117117
region = get_region(test_linode_client, {"Kubernetes", "Disk Encryption"})
118118

119-
node_pools = test_linode_client.lke.node_pool("g6-dedicated-2", 3)
119+
# NOTE: g6-dedicated-4 is the minimum APL-compatible Linode type
120+
node_pools = test_linode_client.lke.node_pool("g6-dedicated-4", 3)
120121
label = get_test_label() + "_cluster"
121122

122123
cluster = test_linode_client.lke.cluster_create(

0 commit comments

Comments
 (0)