Fixing integration tests on SQL + DNS (#139)

<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
This commit is contained in:
The Magician 2018-12-05 13:30:33 -08:00 committed by Alex Stephen
commit 02ec84ed06
3 changed files with 5 additions and 5 deletions

View file

@ -67,7 +67,7 @@
- name: verify that command succeeded
assert:
that:
- results['items'] | length >= 1
- "'test-user' in \"{{ results['items'] | map(attribute='name') | list }}\""
# ----------------------------------------------------------------------------
- name: create a user that already exists
gcp_sql_user: