Skip to content

Commit 840a8d0

Browse files
committed
Fix unit tests
1 parent 8ebb443 commit 840a8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/outputs/elasticsearch_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
o["hosts"] = ["http://localhost:9200/mypath/"]
8686
o
8787
end
88-
let(:client_host_path) { URI.parse(eso.client.client_options[:hosts].first).path }
88+
let(:client_host_path) { manticore_url.path }
8989

9090
it "should initialize without error" do
9191
expect { eso }.not_to raise_error

0 commit comments

Comments
 (0)