Skip to content

Commit

Permalink
Add new DefinedBy property to authenticator config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisara-Welmilla committed Sep 18, 2024
1 parent 6c8ef2e commit 944dc36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public void testActionExecuteFailureWhenMultipleActionsAvailableForActionType()

@Test(expectedExceptions = ActionExecutionException.class,
expectedExceptionsMessageRegExp = "No action Ids found for action type: PRE_ISSUE_ACCESS_TOKEN")
public void testActionExecuteWithActionIdsFailureWhenNotSingleActionIdAvailable() throws Exception {
public void testActionExecuteWithActionIdsFailureWhenActionIdListIsEmpty() throws Exception {

actionExecutorService.execute(ActionType.PRE_ISSUE_ACCESS_TOKEN, new String[]{}, new HashMap<>(),
"tenantDomain");
Expand Down

0 comments on commit 944dc36

Please sign in to comment.