summaryrefslogtreecommitdiff
path: root/test/integration/targets/cs_firewall/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/cs_firewall/tasks/main.yml')
-rw-r--r--test/integration/targets/cs_firewall/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/cs_firewall/tasks/main.yml b/test/integration/targets/cs_firewall/tasks/main.yml
index 7da22a0d6e..1638587011 100644
--- a/test/integration/targets/cs_firewall/tasks/main.yml
+++ b/test/integration/targets/cs_firewall/tasks/main.yml
@@ -73,7 +73,7 @@
assert:
that:
- fw|failed
- - "fw.msg == 'one of the following is required: ip_address,network'"
+ - "fw.msg == 'one of the following is required: ip_address, network'"
- name: test fail if missing params
cs_firewall:
@@ -97,7 +97,7 @@
assert:
that:
- fw|failed
- - "fw.msg == 'one of the following is required: ip_address,network'"
+ - "fw.msg == 'one of the following is required: ip_address, network'"
- name: test present firewall rule ingress 80 in check mode
cs_firewall: