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

OZG-6733 fix property naming

parent 207d4f7c
No related branches found
No related tags found
1 merge request!2Ozg 6733 provide keycloak api link
......@@ -38,7 +38,7 @@ import lombok.RequiredArgsConstructor;
@Component
@RequiredArgsConstructor
@ConditionalOnProperty(prefix = FeatureToggleProperties.FEATURE_TOGGLE_PREFIX, name = "benutzerRollen", havingValue = "true")
@ConditionalOnProperty(prefix = FeatureToggleProperties.FEATURE_TOGGLE_PREFIX, name = "benutzer-rollen", havingValue = "true")
class KeyCloakRootProcessor implements RepresentationModelProcessor<EntityModel<Root>> {
public static final String REL_USERS = "users";
......
......@@ -38,7 +38,7 @@ class KeyCloakRootProcessorITCase {
@Nested
@SpringBootTest(properties = {
"ozgcloud.feature.benutzerRollen=true"
"ozgcloud.feature.benutzer-rollen=true"
})
@ITCase
class TestFeatureEnabled {
......@@ -54,7 +54,7 @@ class KeyCloakRootProcessorITCase {
@Nested
@SpringBootTest(properties = {
"ozgcloud.feature.benutzerRollen=false"
"ozgcloud.feature.benutzer-rollen=false"
})
@ITCase
class TestFeatureDisabled {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment