We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MockRequester
1 parent 7ca6470 commit 9c856f8Copy full SHA for 9c856f8
test/algolia/integration/mocks/mock_requester.rb
@@ -20,7 +20,7 @@ def send_request(host, method, path, body, headers, timeout, connect_timeout)
20
21
Algolia::Http::Response.new(
22
status: 200,
23
- body: '{"hits": []}',
+ body: '{"hits": [], "status": "published"}',
24
headers: {}
25
)
26
end
0 commit comments