Fix cloudflare_dns legacy test

pull/43220/head
Andreas Olsson 6 years ago committed by Toshio Kuratomi
parent 6f007c35c1
commit 611928b658

@ -35,7 +35,7 @@
assert:
that:
- 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"
cloudflare_dns:
@ -50,7 +50,7 @@
assert:
that:
- 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 #################

Loading…
Cancel
Save