From 06a08c7a9590f9122f8c54def19edec7f7cc050e Mon Sep 17 00:00:00 2001 From: Micah Martin Date: Wed, 22 Sep 2021 09:18:16 -0400 Subject: [PATCH] Fixed test --- harness/api/user_group_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harness/api/user_group_test.go b/harness/api/user_group_test.go index 1aa94f54..6d71bef8 100644 --- a/harness/api/user_group_test.go +++ b/harness/api/user_group_test.go @@ -342,7 +342,7 @@ func TestAddUserToUserGroup(t *testing.T) { func TestListUserGroups(t *testing.T) { client := getClient() - limit := 10 + limit := 100 offset := 0 hasMore := true