summaryrefslogtreecommitdiff
path: root/test/integration/targets/gcp_compute_address
diff options
context:
space:
mode:
authorThe Magician <magic-modules@google.com>2019-07-12 12:08:09 -0700
committeransibot <ansibot@users.noreply.github.com>2019-07-12 15:08:08 -0400
commit5cd0e2f19f0e592897c23a515a4750a3bf1bd569 (patch)
tree3f2eb7fb7baf76ee2c3ab39a1a6ca69f86920a81 /test/integration/targets/gcp_compute_address
parent70db07fa82d3e3bb1e8acf4c225e786a37adbf28 (diff)
downloadansible-5cd0e2f19f0e592897c23a515a4750a3bf1bd569.tar.gz
Bug fixes for GCP modules (#58900)
Diffstat (limited to 'test/integration/targets/gcp_compute_address')
-rw-r--r--test/integration/targets/gcp_compute_address/tasks/main.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/targets/gcp_compute_address/tasks/main.yml b/test/integration/targets/gcp_compute_address/tasks/main.yml
index 0bffaf6e2f..71631237a4 100644
--- a/test/integration/targets/gcp_compute_address/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_address/tasks/main.yml
@@ -80,7 +80,6 @@
assert:
that:
- result.changed == true
- - result.has_key('kind') == False
- name: verify that address was deleted
gcp_compute_address_facts:
filters:
@@ -110,4 +109,3 @@
assert:
that:
- result.changed == false
- - result.has_key('kind') == False