From b726cabd1601f3cb147f40350b7e25627778add0 Mon Sep 17 00:00:00 2001
From: Martin <git@mail.de>
Date: Mon, 24 Mar 2025 15:16:15 +0100
Subject: [PATCH] OZG-7952 adjust tests

---
 src/test/helm/keycloak_client_crd_test.yaml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/test/helm/keycloak_client_crd_test.yaml b/src/test/helm/keycloak_client_crd_test.yaml
index 9da73a7f..2ab407d1 100644
--- a/src/test/helm/keycloak_client_crd_test.yaml
+++ b/src/test/helm/keycloak_client_crd_test.yaml
@@ -92,7 +92,7 @@ tests:
     asserts:
       - equal:
           path: spec.client_base_url
-          value: https://helm-admin.ozg-sh.de
+          value: https://helm-administration.ozg-sh.de
   - it: should set client redirect uris
     set:
       sso:
@@ -102,7 +102,7 @@ tests:
       - equal:
           path: spec.client_web_origins
           value:
-            - https://helm-admin.ozg-sh.de
+            - https://helm-administration.ozg-sh.de
   - it: should set client web origins
     set:
       sso:
@@ -112,8 +112,8 @@ tests:
       - equal:
           path: spec.client_redirect_uris
           value:
-            - https://helm-admin.ozg-sh.de
-            - https://helm-admin.ozg-sh.de/*
+            - https://helm-administration.ozg-sh.de
+            - https://helm-administration.ozg-sh.de/*
   - it: should use additional client web origins
     set:
       sso:
@@ -126,7 +126,7 @@ tests:
       - equal:
           path: spec.client_web_origins
           value:
-            - https://helm-admin.ozg-sh.de
+            - https://helm-administration.ozg-sh.de
             - https://some.origin.de
             - https://some.other.origin.de
   - it: should use additional redirect uris for client web origins
@@ -140,8 +140,8 @@ tests:
       - equal:
           path: spec.client_redirect_uris
           value:
-            - https://helm-admin.ozg-sh.de
-            - https://helm-admin.ozg-sh.de/*
+            - https://helm-administration.ozg-sh.de
+            - https://helm-administration.ozg-sh.de/*
             - https://additional.url.de
   - it: should not create client cr if ozg operator is disabled
     set:
-- 
GitLab