Skip to content

Commit ec011dd

Browse files
committed
Fix test
1 parent 8a50c3c commit ec011dd

File tree

1 file changed

+1
-1
lines changed
  • tests/integration/targets/lke_cluster_standard_no_pools/tasks

1 file changed

+1
-1
lines changed

tests/integration/targets/lke_cluster_standard_no_pools/main.yaml renamed to tests/integration/targets/lke_cluster_standard_no_pools/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
assert:
2828
that:
2929
- create_cluster.changed == false
30-
- "'At least one node pool is required for standard LKE clusters.' in create_cluster.msg"
30+
- "'At least one node pool must be specified when creating a standard LKE cluster.' in create_cluster.msg"
3131
fail_msg: "Expected cluster creation to fail without node_pools, but got: {{ create_cluster }}"
3232
success_msg: "Test passed: Cluster creation properly failed without node_pools"
3333

0 commit comments

Comments
 (0)