Skip to content

Commit 8f4208a

Browse files
Fix rubocop
1 parent 9f86238 commit 8f4208a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/scenarios/elasticsearch/elasticsearch.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ def delete_document(client, id)
4242
end
4343

4444
get "/execute" do
45-
client = Elasticsearch::Client.new(hosts: ['http://elasticsearch:9200'], log: true, transport_options: { request: { timeout: 5 } })
45+
client = Elasticsearch::Client.new(hosts: ['http://elasticsearch:9200'], log: true,
46+
transport_options: { request: { timeout: 5 } })
4647
create_index(client)
4748
add_document(client, '1', 'Document 1')
4849
get_document(client, '1')

0 commit comments

Comments
 (0)