Skip to content

Commit a88d10d

Browse files
estolfopicandocodigo
authored andcommitted
[CLIENT] Fix minor typo
1 parent 68350f9 commit a88d10d

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
let(:arguments) do
8484
{
85-
hosts: ['http://unavabilable:9200', 'http://unavabilable:9201'],
85+
hosts: ['http://unavailable:9200', 'http://unavailable:9201'],
8686
reload_on_failure: true,
8787
sniffer_timeout: 5
8888
}
@@ -103,7 +103,7 @@
103103

104104
let(:arguments) do
105105
{
106-
hosts: ['http://unavabilable:9200', 'http://unavabilable:9201'],
106+
hosts: ['http://unavailable:9200', 'http://unavailable:9201'],
107107
retry_on_failure: 2
108108
}
109109
end
@@ -143,7 +143,7 @@
143143

144144
let(:arguments) do
145145
{
146-
hosts: ['http://unavabilable:9200', 'http://unavabilable:9201'],
146+
hosts: ['http://unavailable:9200', 'http://unavailable:9201'],
147147
retry_on_failure: true
148148
}
149149
end
@@ -183,7 +183,7 @@
183183

184184
let(:arguments) do
185185
{
186-
hosts: ['http://unavabilable:9200', 'http://unavabilable:9201'],
186+
hosts: ['http://unavailable:9200', 'http://unavailable:9201'],
187187
retry_on_failure: false
188188
}
189189
end
@@ -223,7 +223,7 @@
223223

224224
let(:arguments) do
225225
{
226-
hosts: ['http://unavabilable:9200', 'http://unavabilable:9201'],
226+
hosts: ['http://unavailable:9200', 'http://unavailable:9201'],
227227
}
228228
end
229229

0 commit comments

Comments
 (0)