Skip to content

Commit f667bbf

Browse files
committed
fix(specs): use the read transporter for browse (generated)
algolia/api-clients-automation#3938 Co-authored-by: algolia-bot <[email protected]>
1 parent 85023c6 commit f667bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algolia/api/search_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def browse_with_http_info(index_name, browse_params = nil, request_options = {})
431431
:header_params => header_params,
432432
:query_params => query_params,
433433
:body => post_body,
434-
:use_read_transporter => false
434+
:use_read_transporter => true
435435
)
436436

437437
@api_client.call_api(:POST, path, new_options)

0 commit comments

Comments
 (0)