Skip to content

Commit 7476574

Browse files
authored
Merge pull request #14 from Tools4ever-NIM/air2-patch-2
Add maxResults=1 to the test url
2 parents 9d8a438 + e860cef commit 7476574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Google.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3223,7 +3223,7 @@
32233223
"authentication": "certificate",
32243224
"call_handling": "google",
32253225
"test_connection": {
3226-
"url": "www.googleapis.com/admin/directory/v1/users?customer=my_customer"
3226+
"url": "www.googleapis.com/admin/directory/v1/users?customer=my_customer&maxResults=1"
32273227
}
32283228
},
32293229
"authOptions": {

0 commit comments

Comments
 (0)