From ab08b5304cd876f54c5d427ffc9facfdbe65d828 Mon Sep 17 00:00:00 2001 From: Felix Grzelka Date: Fri, 29 May 2026 09:35:22 +0000 Subject: [PATCH] fix integrationtest --- .../targets/keycloak_realm_users_info/tasks/main.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tests/integration/targets/keycloak_realm_users_info/tasks/main.yml b/tests/integration/targets/keycloak_realm_users_info/tasks/main.yml index f0378da458..94b751536e 100644 --- a/tests/integration/targets/keycloak_realm_users_info/tasks/main.yml +++ b/tests/integration/targets/keycloak_realm_users_info/tasks/main.yml @@ -84,15 +84,7 @@ - name: add missing group info for comparison set_fact: - user_info_with_groups: "{{ [user_infos.users[0] | combine({'groups': ['test', 'test2']}), user_infos.users[1]] | combine({'groups': []})}}" - -- name: debug - debug: - var: user_info_with_groups - -- name: debug - debug: - msg: "{{ [create_result.end_state, create_result2.end_state] }}" + user_info_with_groups: "{{ [user_infos.users[0] | combine({'groups': ['test', 'test2']}), user_infos.users[1] | combine({'groups': []}) ] }}" - name: Assert user info is returned correctly assert: