summaryrefslogtreecommitdiff
path: root/test/integration/targets/gcp_compute_http_health_check/tasks/main.yml
diff options
context:
space:
mode:
authorThe Magician <magic-modules@google.com>2019-05-20 11:44:15 -0700
committeransibot <ansibot@users.noreply.github.com>2019-05-20 14:44:14 -0400
commit8d82df56ff220ea04ffe282cb36c2b15722f3e63 (patch)
treea9f398bb19f46a7e4dbf87b496f901690571413d /test/integration/targets/gcp_compute_http_health_check/tasks/main.yml
parentd4b29e78386247affb4aaeb5367f57fa6ba8b70f (diff)
downloadansible-8d82df56ff220ea04ffe282cb36c2b15722f3e63.tar.gz
Bug fixes for GCP modules (#55974)
Diffstat (limited to 'test/integration/targets/gcp_compute_http_health_check/tasks/main.yml')
-rw-r--r--test/integration/targets/gcp_compute_http_health_check/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/gcp_compute_http_health_check/tasks/main.yml b/test/integration/targets/gcp_compute_http_health_check/tasks/main.yml
index 9d424e3ff0..2dd40b2ef2 100644
--- a/test/integration/targets/gcp_compute_http_health_check/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_http_health_check/tasks/main.yml
@@ -55,7 +55,7 @@
- name: verify that command succeeded
assert:
that:
- - results['items'] | length == 1
+ - results['resources'] | length == 1
# ----------------------------------------------------------------------------
- name: create a http health check that already exists
gcp_compute_http_health_check:
@@ -105,7 +105,7 @@
- name: verify that command succeeded
assert:
that:
- - results['items'] | length == 0
+ - results['resources'] | length == 0
# ----------------------------------------------------------------------------
- name: delete a http health check that does not exist
gcp_compute_http_health_check: