Skip to content
Snippets Groups Projects
Commit 8bb69750 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5951 restructure call of realmExist in reconciler

parent 0a2948e7
Branches
Tags
No related merge requests found
......@@ -237,7 +237,7 @@ class KeycloakRealmServiceTest {
@Test
void shouldCallGenericRemoteServiceRealmExists() {
keycloakGenericRemoteService.realmExists(REALM_NAME);
service.realmExists(REALM_NAME);
verify(keycloakGenericRemoteService).realmExists(REALM_NAME);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment