Skip to content

Commit 1f0a294

Browse files
committed
fix warning
1 parent 41ef80e commit 1f0a294

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

tests/integration/targets/cluster/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
assert:
6060
that:
6161
- cluster is failed
62-
- "cluster.msg == 'Pod unexistent not found in zone {{ cs_resource_prefix }}-zone'"
62+
- "cluster.msg == 'Pod unexistent not found in zone ' + cs_resource_prefix + '-zone'"
6363

6464
- name: test create cluster in check mode
6565
ngine_io.cloudstack.cluster:

0 commit comments

Comments
 (0)