Skip to content

Commit

Permalink
fixed registry helper tests failing
Browse files Browse the repository at this point in the history
  • Loading branch information
holashchand committed Sep 6, 2023
1 parent fa87187 commit 9f2c1ee
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ public void initMocks() {
RuleEngineService ruleEngineService = new RuleEngineService(kieContainer, keycloakAdminUtil);
registryHelper.entityStateHelper = new EntityStateHelper(definitionsManager, ruleEngineService, conditionResolverService, claimRequestClient);
registryHelper.setDefinitionsManager(definitionsManager);
registryHelper.setNotificationEnabled(true);
registryHelper.setSecurityEnabled(true);
}

@Test
Expand Down

0 comments on commit 9f2c1ee

Please sign in to comment.