Skip to content

Commit d47ce62

Browse files
committed
[CLIENT] Updates spec hardcoded host
1 parent b9598fa commit d47ce62

File tree

1 file changed

+1
-1
lines changed
  • elasticsearch-transport/spec/elasticsearch/transport

1 file changed

+1
-1
lines changed

elasticsearch-transport/spec/elasticsearch/transport/base_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129

130130
let(:arguments) do
131131
{
132-
hosts: ['http://localhost:9250'],
132+
hosts: ELASTICSEARCH_HOSTS,
133133
retry_on_status: ['404']
134134
}
135135
end

0 commit comments

Comments
 (0)