summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/test/integration/oc_user.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/lib_openshift/src/test/integration/oc_user.yml')
-rwxr-xr-xroles/lib_openshift/src/test/integration/oc_user.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/lib_openshift/src/test/integration/oc_user.yml b/roles/lib_openshift/src/test/integration/oc_user.yml
index 7d6221e64..ad1f9d188 100755
--- a/roles/lib_openshift/src/test/integration/oc_user.yml
+++ b/roles/lib_openshift/src/test/integration/oc_user.yml
@@ -142,8 +142,8 @@
register: user_out
- name: assert test group created
assert:
- that: user_out['results'][0]['metadata']['name'] == "integration-test-group" and
- user_out['results'][0]['users'] is not defined
+ that: user_out['results']['results'][0]['metadata']['name'] == "integration-test-group"
+ msg: "{{ user_out }}"
- name: create user with group membership
oc_user: