summaryrefslogtreecommitdiff
path: root/test/integration/targets/gcp_spanner_database
diff options
context:
space:
mode:
authorThe Magician <magic-modules@google.com>2019-06-18 12:47:22 -0700
committeransibot <ansibot@users.noreply.github.com>2019-06-18 15:47:21 -0400
commit7733dcabd3066c2c2a5a3af606b4c4f46b8356e4 (patch)
tree7debc9e152654c1b73422d36c4d40a98eca74d83 /test/integration/targets/gcp_spanner_database
parenta1128b6b94a487cbbdf0cbcc878a690a18675d5a (diff)
downloadansible-7733dcabd3066c2c2a5a3af606b4c4f46b8356e4.tar.gz
Bug fixes for GCP modules (#57826)
Diffstat (limited to 'test/integration/targets/gcp_spanner_database')
-rw-r--r--test/integration/targets/gcp_spanner_database/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/gcp_spanner_database/tasks/main.yml b/test/integration/targets/gcp_spanner_database/tasks/main.yml
index c059ad2e38..25b399d72c 100644
--- a/test/integration/targets/gcp_spanner_database/tasks/main.yml
+++ b/test/integration/targets/gcp_spanner_database/tasks/main.yml
@@ -60,7 +60,7 @@
- name: verify that command succeeded
assert:
that:
- - "'webstore' in \"{{ results['items'] | map(attribute='name') | list }}\""
+ - "'webstore' in \"{{ results['resources'] | map(attribute='name') | list }}\""
# ----------------------------------------------------------------------------
- name: create a database that already exists
gcp_spanner_database:
@@ -101,7 +101,7 @@
- name: verify that command succeeded
assert:
that:
- - "'webstore' not in \"{{ results['items'] | map(attribute='name') | list }}\""
+ - "'webstore' not in \"{{ results['resources'] | map(attribute='name') | list }}\""
# ----------------------------------------------------------------------------
- name: delete a database that does not exist
gcp_spanner_database: