We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789f99a commit e9b300cCopy full SHA for e9b300c
integration/auth/user_mgt_test.go
@@ -48,7 +48,7 @@ func TestUserManagement(t *testing.T) {
48
49
func testCreateUsers(t *testing.T) {
50
// Create users with uid
51
- for i := 0; i < 2; i++ {
+ for i := 0; i < 3; i++ {
52
params := (&auth.UserToCreate{}).UID(fmt.Sprintf("tempTestUserID-%d", i))
53
u, err := client.CreateUser(context.Background(), params)
54
if err != nil {
0 commit comments