doc: Changed comment on Unlink User Test

Signed-off-by: Aggelos Sachtouris <aggelos_sachtouris@hotmail.com>
This commit is contained in:
Aggelos Sachtouris 2026-02-03 14:54:35 +02:00 committed by Pedro Igor
parent 9d8d59f206
commit e6e4017d3d

View file

@ -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();