diff --git a/src/test/helm/keycloak_user_crd_test.yaml b/src/test/helm/keycloak_user_crd_test.yaml index 7fb7175b484badbce2f36fbc5abaf014c70c5da5..29c901d0387015bdb782a9ad0b71a115ea16c2cc 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