mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-30 11:29:57 -06:00
Fixing the build
Closes #42752 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
committed by
GitHub
parent
f3bd3dcd2e
commit
ff04897d06
@@ -70,7 +70,7 @@ public class WorkflowStepManagementTest {
|
||||
// Create a workflow for testing (need at least one step for persistence)
|
||||
List<WorkflowRepresentation> workflows = WorkflowRepresentation.create()
|
||||
.of(UserCreationTimeWorkflowProviderFactory.ID)
|
||||
.onEvent(ResourceOperationType.CREATE.toString())
|
||||
.onEvent(ResourceOperationType.USER_ADD.toString())
|
||||
.name("Test Workflow")
|
||||
.withSteps(
|
||||
WorkflowStepRepresentation.create().of(NotifyUserStepProviderFactory.ID)
|
||||
|
||||
Reference in New Issue
Block a user