summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/gcp_compute_network
diff options
context:
space:
mode:
authorThe Magician <magic-modules@google.com>2019-05-20 20:44:15 +0200
committeransibot <ansibot@users.noreply.github.com>2019-05-20 20:44:14 +0200
commit8d82df56ff220ea04ffe282cb36c2b15722f3e63 (patch)
treea9f398bb19f46a7e4dbf87b496f901690571413d /test/integration/targets/gcp_compute_network
parentBug fixes for GCP modules (#55975) (diff)
downloadansible-8d82df56ff220ea04ffe282cb36c2b15722f3e63.tar.xz
ansible-8d82df56ff220ea04ffe282cb36c2b15722f3e63.zip
Bug fixes for GCP modules (#55974)
Diffstat (limited to 'test/integration/targets/gcp_compute_network')
-rw-r--r--test/integration/targets/gcp_compute_network/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/gcp_compute_network/tasks/main.yml b/test/integration/targets/gcp_compute_network/tasks/main.yml
index aedbf990f3..d8cb927a7d 100644
--- a/test/integration/targets/gcp_compute_network/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_network/tasks/main.yml
@@ -49,7 +49,7 @@
- name: verify that command succeeded
assert:
that:
- - results['items'] | length == 1
+ - results['resources'] | length == 1
# ----------------------------------------------------------------------------
- name: create a network that already exists
gcp_compute_network:
@@ -93,7 +93,7 @@
- name: verify that command succeeded
assert:
that:
- - results['items'] | length == 0
+ - results['resources'] | length == 0
# ----------------------------------------------------------------------------
- name: delete a network that does not exist
gcp_compute_network: