From 274dfae27ecbfe640ff20d599026ac45c22186e1 Mon Sep 17 00:00:00 2001 From: Felix Reichenbach <felix.reichenbach@mgm-tp.com> Date: Tue, 14 Jan 2025 11:59:06 +0100 Subject: [PATCH] OZG-6741 add zufi search uri configuration to e2e profile --- src/main/resources/application-e2e.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-e2e.yaml b/src/main/resources/application-e2e.yaml index b3b6dbbc..de02a949 100644 --- a/src/main/resources/application-e2e.yaml +++ b/src/main/resources/application-e2e.yaml @@ -13,4 +13,6 @@ management: ozgcloud: feature: benutzer-rollen: true - organisations-einheiten: true \ No newline at end of file + organisations-einheiten: true + organisation-einheit: + zufi-search-uri: https://main-e2emain.dev.by.ozg-cloud.de/api/organisationseinheits?searchBy={searchBy} \ No newline at end of file -- GitLab