Skip to content

Commit e860cef

Browse files
authored
Add maxResults=1 to the test url
Because of support for the Google Sheets API, NIM will not automatically add maxResults=1 to the test connection url.
1 parent 9d8a438 commit e860cef

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)