From f667bbfd1a85df2c7bfc5b113850811da6ba7f5e Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Thu, 10 Oct 2024 00:14:38 +0000 Subject: [PATCH] fix(specs): use the read transporter for browse (generated) https://github.com/algolia/api-clients-automation/pull/3938 Co-authored-by: algolia-bot --- lib/algolia/api/search_client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/algolia/api/search_client.rb b/lib/algolia/api/search_client.rb index e97398c3..c3ccfe95 100644 --- a/lib/algolia/api/search_client.rb +++ b/lib/algolia/api/search_client.rb @@ -431,7 +431,7 @@ def browse_with_http_info(index_name, browse_params = nil, request_options = {}) :header_params => header_params, :query_params => query_params, :body => post_body, - :use_read_transporter => false + :use_read_transporter => true ) @api_client.call_api(:POST, path, new_options)