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
Branches
Tags
1 merge request!1Ozg 6741 organisationseinheit link
......@@ -41,7 +41,7 @@ import lombok.RequiredArgsConstructor;
@Component
@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>> {
static final String REL_ORGANISATIONS_EINHEITEN = "organisationsEinheiten";
......
......@@ -38,7 +38,7 @@ class OrganisationsEinheitRootProcessorITCase {
@Nested
@SpringBootTest(properties = {
"ozgcloud.feature.organisationsEinheiten=true",
"ozgcloud.feature.organisations-einheiten=true",
"ozgcloud.organisations-einheit.zufi-suche-url=foo"
})
@ITCase
......@@ -55,7 +55,7 @@ class OrganisationsEinheitRootProcessorITCase {
@Nested
@SpringBootTest(properties = {
"ozgcloud.feature.organisationsEinheiten=false",
"ozgcloud.feature.organisations-einheiten=false",
"ozgcloud.organisations-einheit.zufi-suche-url=foo"
})
@ITCase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment