Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
micahlmartin committed Sep 22, 2021
1 parent 1d67b2f commit 06a08c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harness/api/user_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ func TestAddUserToUserGroup(t *testing.T) {

func TestListUserGroups(t *testing.T) {
client := getClient()
limit := 10
limit := 100
offset := 0
hasMore := true

Expand Down

0 comments on commit 06a08c7

Please sign in to comment.