From fb0f4cef3f85b404c1acade26644717e1d440e7b Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 7 Mar 2023 19:11:57 +0100 Subject: [PATCH] OZG-3420 ovh cluster --- .../apps/goofy-e2e/src/fixtures/argocd/by-ea-dev.yaml | 8 ++++---- .../apps/goofy-e2e/src/fixtures/argocd/by-main-dev.yaml | 8 ++++---- .../apps/goofy-e2e/src/fixtures/group/abtl-10_0_1.json | 2 +- .../apps/goofy-e2e/src/fixtures/group/abtl-10_5_1_2.json | 2 +- goofy-client/apps/goofy-e2e/src/fixtures/group/e2e.json | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/goofy-client/apps/goofy-e2e/src/fixtures/argocd/by-ea-dev.yaml b/goofy-client/apps/goofy-e2e/src/fixtures/argocd/by-ea-dev.yaml index 7dabaeffbe..98bb47af69 100644 --- a/goofy-client/apps/goofy-e2e/src/fixtures/argocd/by-ea-dev.yaml +++ b/goofy-client/apps/goofy-e2e/src/fixtures/argocd/by-ea-dev.yaml @@ -6,12 +6,12 @@ goofy: env: overrideSpringProfiles: "oc,ea,e2e,dev" sso: - serverUrl: https://sso.dev.by.kop-cloud.de + serverUrl: https://sso.dev.by.ozg-cloud.de apiPassword: "Test1234!" role_einheitlicher_ansprechpartner: true ingress: use_staging_cert: true - baseUrl: dev.by.kop-cloud.de + baseUrl: dev.by.ozg-cloud.de pluto: env: @@ -31,5 +31,5 @@ user_manager: api: password: "Test1234!" sso: - serverUrl: https://sso.dev.by.kop-cloud.de - baseUrl: dev.by.kop-cloud.de \ No newline at end of file + serverUrl: https://sso.dev.by.ozg-cloud.de + baseUrl: dev.by.ozg-cloud.de \ No newline at end of file diff --git a/goofy-client/apps/goofy-e2e/src/fixtures/argocd/by-main-dev.yaml b/goofy-client/apps/goofy-e2e/src/fixtures/argocd/by-main-dev.yaml index dd89bb8b2f..7b788e514c 100644 --- a/goofy-client/apps/goofy-e2e/src/fixtures/argocd/by-main-dev.yaml +++ b/goofy-client/apps/goofy-e2e/src/fixtures/argocd/by-main-dev.yaml @@ -6,11 +6,11 @@ goofy: env: overrideSpringProfiles: "oc,e2e,dev" sso: - serverUrl: https://sso.dev.by.kop-cloud.de + serverUrl: https://sso.dev.by.ozg-cloud.de apiPassword: "Test1234!" ingress: use_staging_cert: true - baseUrl: dev.by.kop-cloud.de + baseUrl: dev.by.ozg-cloud.de pluto: env: @@ -30,5 +30,5 @@ user_manager: api: password: "Test1234!" sso: - serverUrl: https://sso.dev.by.kop-cloud.de - baseUrl: dev.by.kop-cloud.de \ No newline at end of file + serverUrl: https://sso.dev.by.ozg-cloud.de + baseUrl: dev.by.ozg-cloud.de \ No newline at end of file diff --git a/goofy-client/apps/goofy-e2e/src/fixtures/group/abtl-10_0_1.json b/goofy-client/apps/goofy-e2e/src/fixtures/group/abtl-10_0_1.json index e58c3a047f..07483c74a0 100644 --- a/goofy-client/apps/goofy-e2e/src/fixtures/group/abtl-10_0_1.json +++ b/goofy-client/apps/goofy-e2e/src/fixtures/group/abtl-10_0_1.json @@ -1,5 +1,5 @@ { "name": "Abtl. 10.0.1 Versammlungsbehörde, Identitätsfeststellung, Fundbüro", "path": "/Abtl. 10.0.1 Versammlungsbehörde, Identitätsfeststellung, Fundbüro", - "attributes": {"organisationseinheitId": ["9030229"]} + "attributes": {"organisationseinheitId": "9030229"} } \ No newline at end of file diff --git a/goofy-client/apps/goofy-e2e/src/fixtures/group/abtl-10_5_1_2.json b/goofy-client/apps/goofy-e2e/src/fixtures/group/abtl-10_5_1_2.json index 523fdd257b..9fb92d7751 100644 --- a/goofy-client/apps/goofy-e2e/src/fixtures/group/abtl-10_5_1_2.json +++ b/goofy-client/apps/goofy-e2e/src/fixtures/group/abtl-10_5_1_2.json @@ -1,5 +1,5 @@ { "name": "Abtl. 10.5.1.2 Allgemeine Gefahrenabwehr und sonstige Ordnungsrechtsangelegenheiten", "path": "/Abtl. 10.5.1.2 Allgemeine Gefahrenabwehr und sonstige Ordnungsrechtsangelegenheiten", - "attributes": {"organisationseinheitId": ["10363455"]} + "attributes": {"organisationseinheitId": "10363455"} } \ No newline at end of file diff --git a/goofy-client/apps/goofy-e2e/src/fixtures/group/e2e.json b/goofy-client/apps/goofy-e2e/src/fixtures/group/e2e.json index 3bb44c992b..2314bf420a 100644 --- a/goofy-client/apps/goofy-e2e/src/fixtures/group/e2e.json +++ b/goofy-client/apps/goofy-e2e/src/fixtures/group/e2e.json @@ -1,5 +1,5 @@ { "name": "E2E Tests", "path": "/E2E Tests", - "attributes": {"organisationseinheitId": ["12345678"]} + "attributes": {"organisationseinheitId": "12345678"} } \ No newline at end of file -- GitLab