summaryrefslogtreecommitdiff
path: root/test/integration/targets/gcp_compute_target_vpn_gateway
diff options
context:
space:
mode:
authorThe Magician <magic-modules@google.com>2019-07-12 15:50:49 -0700
committeransibot <ansibot@users.noreply.github.com>2019-07-12 18:50:49 -0400
commitd1587bca41b88acfca0078bde24a5257f0cc7675 (patch)
treea75f8c9352f3b8f761d847c1c2142a4cbf08c9e4 /test/integration/targets/gcp_compute_target_vpn_gateway
parent11d61cc01e5d1e8bc75bdf757aaad2fe7225aed3 (diff)
downloadansible-d1587bca41b88acfca0078bde24a5257f0cc7675.tar.gz
Bug fixes for GCP modules (#58902)
Diffstat (limited to 'test/integration/targets/gcp_compute_target_vpn_gateway')
-rw-r--r--test/integration/targets/gcp_compute_target_vpn_gateway/tasks/main.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/targets/gcp_compute_target_vpn_gateway/tasks/main.yml b/test/integration/targets/gcp_compute_target_vpn_gateway/tasks/main.yml
index 2345222120..5db4472af4 100644
--- a/test/integration/targets/gcp_compute_target_vpn_gateway/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_target_vpn_gateway/tasks/main.yml
@@ -101,7 +101,6 @@
assert:
that:
- result.changed == true
- - result.has_key('kind') == False
- name: verify that target_vpn_gateway was deleted
gcp_compute_target_vpn_gateway_facts:
filters:
@@ -132,7 +131,6 @@
assert:
that:
- result.changed == false
- - result.has_key('kind') == False
#---------------------------------------------------------
# Post-test teardown
# If errors happen, don't crash the playbook!