Skip to content

Commit

Permalink
Correct ES url
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed May 13, 2013
1 parent 579930b commit b1ddff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/eventstorm/spike_spec.rb
Expand Up @@ -13,7 +13,7 @@
end

let(:es_cluster) do
Elasticsearch::Cluster.connect('http://helium:9200')
Elasticsearch::Cluster.connect(ENV.fetch('ELASTICSEARCH_URL', 'http://localhost:9200'))
end

let(:es_index) do
Expand Down

0 comments on commit b1ddff0

Please sign in to comment.