Skip to content

Commit c2092ea

Browse files
Update test
1 parent 359d738 commit c2092ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/integration/models/lke/test_lke.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,10 @@ def test_lke_cluster_enterprise(lke_cluster_enterprise):
437437
assert pool.update_strategy == "rolling_update"
438438

439439
pool.update_strategy = "on_delete"
440-
pool.k8s_version = ""
440+
# Should we test updating the pool k8s_version field here?
441+
pool.save()
442+
443+
assert pool.update_strategy == "on_delete"
441444

442445

443446
def test_lke_tiered_versions(test_linode_client):

0 commit comments

Comments
 (0)