Test Fixes (#299)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-07-09 11:32:46 -07:00 committed by Alex Stephen
commit 5b92781ab0
45 changed files with 19 additions and 96 deletions

View file

@ -82,7 +82,6 @@
assert:
that:
- result.changed == true
- result.has_key('kind') == False
- name: verify that managed_zone was deleted
gcp_dns_managed_zone_facts:
dns_name: test.somewild2.example.com.
@ -111,4 +110,3 @@
assert:
that:
- result.changed == false
- result.has_key('kind') == False