mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-18 18:37:54 -05:00
doc: Changed comment on Unlink User Test
Signed-off-by: Aggelos Sachtouris <aggelos_sachtouris@hotmail.com>
This commit is contained in:
parent
9d8d59f206
commit
e6e4017d3d
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ public class UnlinkUserWorkflowStepTest extends AbstractWorkflowTest {
|
|||
// Authenticate using federated user
|
||||
authenticate(USER_NAME, USER_PASSWORD);
|
||||
|
||||
// Check that user exists and has 2 IDP links
|
||||
// Check that user exists and has 3 IDP links
|
||||
runScheduledSteps(Duration.ZERO);
|
||||
runOnServer.run((RunOnServer) session -> {
|
||||
RealmModel realm = session.getContext().getRealm();
|
||||
|
|
|
|||
Loading…
Reference in a new issue