Skip to content

Commit 353be13

Browse files
committed
continue
1 parent 6846cf2 commit 353be13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/fixtures/keycloak.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ func SetupCustomKeycloak(ctx context.Context, kcParams KeycloakConnectParams, ke
409409
return err
410410
}
411411
if customClient.Count < 1 {
412-
break
412+
continue
413413
}
414414
baseClientID := *customClient.Client.ClientID
415415
baseClientName := *customClient.Client.Name
@@ -446,7 +446,7 @@ func SetupCustomKeycloak(ctx context.Context, kcParams KeycloakConnectParams, ke
446446
return err
447447
}
448448
if customUser.Count < 1 {
449-
break
449+
continue
450450
}
451451
baseUserName := *customUser.User.Username
452452
baseEmail := *customUser.User.Email

0 commit comments

Comments
 (0)