File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
elasticsearch-transport/spec/elasticsearch/transport Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 82
82
83
83
let ( :arguments ) do
84
84
{
85
- hosts : [ 'http://unavabilable :9200' , 'http://unavabilable :9201' ] ,
85
+ hosts : [ 'http://unavailable :9200' , 'http://unavailable :9201' ] ,
86
86
reload_on_failure : true ,
87
87
sniffer_timeout : 5
88
88
}
103
103
104
104
let ( :arguments ) do
105
105
{
106
- hosts : [ 'http://unavabilable :9200' , 'http://unavabilable :9201' ] ,
106
+ hosts : [ 'http://unavailable :9200' , 'http://unavailable :9201' ] ,
107
107
retry_on_failure : 2
108
108
}
109
109
end
143
143
144
144
let ( :arguments ) do
145
145
{
146
- hosts : [ 'http://unavabilable :9200' , 'http://unavabilable :9201' ] ,
146
+ hosts : [ 'http://unavailable :9200' , 'http://unavailable :9201' ] ,
147
147
retry_on_failure : true
148
148
}
149
149
end
183
183
184
184
let ( :arguments ) do
185
185
{
186
- hosts : [ 'http://unavabilable :9200' , 'http://unavabilable :9201' ] ,
186
+ hosts : [ 'http://unavailable :9200' , 'http://unavailable :9201' ] ,
187
187
retry_on_failure : false
188
188
}
189
189
end
223
223
224
224
let ( :arguments ) do
225
225
{
226
- hosts : [ 'http://unavabilable :9200' , 'http://unavabilable :9201' ] ,
226
+ hosts : [ 'http://unavailable :9200' , 'http://unavailable :9201' ] ,
227
227
}
228
228
end
229
229
You can’t perform that action at this time.
0 commit comments