diff --git a/client/team_test.go b/client/team_test.go index 99f62386..703d5b5e 100644 --- a/client/team_test.go +++ b/client/team_test.go @@ -62,6 +62,7 @@ var _ = Describe("Teams Client", func() { httpCall2 = mockHttpClient.EXPECT(). Get("/teams/organizations/"+organizationId, map[string]string{ "offset": "next_page_key", + "limit": "100", }, gomock.Any()). Do(func(path string, request interface{}, response *PaginatedTeamsResponse) { *response = PaginatedTeamsResponse{