Skip to content
Snippets Groups Projects
Commit 6ba4d3f2 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-6741 fix property naming

parent 3a935480
No related branches found
No related tags found
1 merge request!1Ozg 6741 organisationseinheit link
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -41,7 +41,7 @@ import lombok.RequiredArgsConstructor; ...@@ -41,7 +41,7 @@ import lombok.RequiredArgsConstructor;
@Component @Component
@RequiredArgsConstructor @RequiredArgsConstructor
@ConditionalOnProperty(prefix = FeatureToggleProperties.FEATURE_TOGGLE_PREFIX, name = "organisationsEinheiten", havingValue = "true") @ConditionalOnProperty(prefix = FeatureToggleProperties.FEATURE_TOGGLE_PREFIX, name = "organisations-einheiten", havingValue = "true")
class OrganisationsEinheitRootProcessor implements RepresentationModelProcessor<EntityModel<Root>> { class OrganisationsEinheitRootProcessor implements RepresentationModelProcessor<EntityModel<Root>> {
static final String REL_ORGANISATIONS_EINHEITEN = "organisationsEinheiten"; static final String REL_ORGANISATIONS_EINHEITEN = "organisationsEinheiten";
......
...@@ -38,7 +38,7 @@ class OrganisationsEinheitRootProcessorITCase { ...@@ -38,7 +38,7 @@ class OrganisationsEinheitRootProcessorITCase {
@Nested @Nested
@SpringBootTest(properties = { @SpringBootTest(properties = {
"ozgcloud.feature.organisationsEinheiten=true", "ozgcloud.feature.organisations-einheiten=true",
"ozgcloud.organisations-einheit.zufi-suche-url=foo" "ozgcloud.organisations-einheit.zufi-suche-url=foo"
}) })
@ITCase @ITCase
...@@ -55,7 +55,7 @@ class OrganisationsEinheitRootProcessorITCase { ...@@ -55,7 +55,7 @@ class OrganisationsEinheitRootProcessorITCase {
@Nested @Nested
@SpringBootTest(properties = { @SpringBootTest(properties = {
"ozgcloud.feature.organisationsEinheiten=false", "ozgcloud.feature.organisations-einheiten=false",
"ozgcloud.organisations-einheit.zufi-suche-url=foo" "ozgcloud.organisations-einheit.zufi-suche-url=foo"
}) })
@ITCase @ITCase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment