File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
elasticsearch-transport/spec/elasticsearch/transport Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ namespace :test do
7474 es_version_info = client . info [ 'version' ]
7575 build_hash = es_version_info [ 'build_hash' ]
7676 cluster_running = true
77- rescue Faraday ::Error :: ConnectionFailed
77+ rescue Faraday ::ConnectionFailed
7878 STDERR . puts "[!] Test cluster not running?"
7979 cluster_running = false
8080 end
Original file line number Diff line number Diff line change 13881388 expect ( client . perform_request ( 'GET' , '_nodes/_local' ) )
13891389 expect {
13901390 client . perform_request ( 'GET' , '_nodes/_local' )
1391- } . to raise_exception ( Faraday ::Error :: ConnectionFailed )
1391+ } . to raise_exception ( Faraday ::ConnectionFailed )
13921392 end
13931393 end
13941394
You can’t perform that action at this time.
0 commit comments