We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359d738 commit c2092eaCopy full SHA for c2092ea
test/integration/models/lke/test_lke.py
@@ -437,7 +437,10 @@ def test_lke_cluster_enterprise(lke_cluster_enterprise):
437
assert pool.update_strategy == "rolling_update"
438
439
pool.update_strategy = "on_delete"
440
- pool.k8s_version = ""
+ # Should we test updating the pool k8s_version field here?
441
+ pool.save()
442
+
443
+ assert pool.update_strategy == "on_delete"
444
445
446
def test_lke_tiered_versions(test_linode_client):
0 commit comments