Skip to content
Snippets Groups Projects
Commit 3a5febfa authored by OZGCloud's avatar OZGCloud
Browse files

OZG-7303: Remove wrong Unit-Test.

parent f8130118
No related branches found
No related tags found
No related merge requests found
...@@ -135,13 +135,6 @@ class KeycloakRealmServiceTest { ...@@ -135,13 +135,6 @@ class KeycloakRealmServiceTest {
verify(service).addUserProfileAttributes(realmRepresentation); verify(service).addUserProfileAttributes(realmRepresentation);
} }
@Test
void updateRealmShouldSetLoginTheme(){
updateRealm();
assertThat(realmRepresentation.getLoginTheme()).isEqualTo("ozg-sh");
}
private void updateRealm() { private void updateRealm() {
service.updateRealm(realmRepresentation, REALM); service.updateRealm(realmRepresentation, REALM);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment