From 611928b658ef8740db1d62d8d153cbfae39e459a Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Tue, 17 Jul 2018 21:39:52 +0200 Subject: [PATCH] Fix cloudflare_dns legacy test --- test/legacy/roles/test_cloudflare_dns/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/legacy/roles/test_cloudflare_dns/tasks/main.yml b/test/legacy/roles/test_cloudflare_dns/tasks/main.yml index 85ab34965eb..339a216ea06 100644 --- a/test/legacy/roles/test_cloudflare_dns/tasks/main.yml +++ b/test/legacy/roles/test_cloudflare_dns/tasks/main.yml @@ -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 #################