mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 04:10:23 -07:00
Fix cloudflare_dns legacy test
This commit is contained in:
parent
6f007c35c1
commit
611928b658
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- cloudflare_dns is failed
|
- cloudflare_dns is failed
|
||||||
- "cloudflare_dns.msg.find('but the following are missing: ') != -1"
|
- "cloudflare_dns.msg.find('but all of the following are missing: ') != -1"
|
||||||
|
|
||||||
- name: "Test: credentials, zone and type"
|
- name: "Test: credentials, zone and type"
|
||||||
cloudflare_dns:
|
cloudflare_dns:
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- cloudflare_dns is failed
|
- cloudflare_dns is failed
|
||||||
- "cloudflare_dns.msg.find('but the following are missing: ') != -1"
|
- "cloudflare_dns.msg.find('but all of the following are missing: ') != -1"
|
||||||
|
|
||||||
######## record tests #################
|
######## record tests #################
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue