From ea759395b91fb9eca32126464a957f20acf834fd Mon Sep 17 00:00:00 2001 From: "Zickermann, Jan" <jan.zickermann@dataport.de> Date: Thu, 22 Feb 2024 09:12:18 +0100 Subject: [PATCH] OZG-4939 OZG-5045 Replace alfa name with administration --- src/test/helm/keycloak_user_crd_test.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/test/helm/keycloak_user_crd_test.yaml b/src/test/helm/keycloak_user_crd_test.yaml index 7fb7175b..29c901d0 100644 --- a/src/test/helm/keycloak_user_crd_test.yaml +++ b/src/test/helm/keycloak_user_crd_test.yaml @@ -24,7 +24,7 @@ suite: Keycloak User crd release: - name: alfa + name: administration namespace: by-helm-test templates: - templates/keycloak_user_crd.yaml @@ -132,8 +132,8 @@ tests: last_name: Doe email: dorothea@ozg-sh.de client_roles: - - name: alfa - role: VERWALTUNG_USER + - name: administration + role: ROLE_A asserts: - equal: path: spec.keep_after_delete @@ -157,8 +157,8 @@ tests: - contains: path: spec.keycloak_user.client_roles content: - name: alfa - role: VERWALTUNG_USER + name: administration + role: ROLE_A - it: should have Keycloak User with realm role set: @@ -424,10 +424,10 @@ tests: realm_roles: - "offline_access" client_roles: - - name: alfa - role: VERWALTUNG_USER + - name: administration + role: ROLE_A groups: - - Bauamt + - GroupA asserts: - hasDocuments: count: 2 @@ -485,13 +485,13 @@ tests: - contains: path: spec.keycloak_user.groups content: - Bauamt + GroupA documentIndex: 1 - contains: path: spec.keycloak_user.client_roles content: - name: alfa - role: VERWALTUNG_USER + name: administration + role: ROLE_A documentIndex: 1 - contains: path: spec.keycloak_user.realm_roles -- GitLab