Skip to content

Commit e9b300c

Browse files
authored
Create the 5th user in the integration tests for user management. (#47)
1 parent 789f99a commit e9b300c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/auth/user_mgt_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func TestUserManagement(t *testing.T) {
4848

4949
func testCreateUsers(t *testing.T) {
5050
// Create users with uid
51-
for i := 0; i < 2; i++ {
51+
for i := 0; i < 3; i++ {
5252
params := (&auth.UserToCreate{}).UID(fmt.Sprintf("tempTestUserID-%d", i))
5353
u, err := client.CreateUser(context.Background(), params)
5454
if err != nil {

0 commit comments

Comments
 (0)