Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
lap1817 committed Sep 2, 2017
1 parent 75fe0ee commit 53264cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/synapse/service_watcher_zookeeper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
[ service_data['host'], service_data['port'], service_data['name'], service_data['weight'],
service_data['haproxy_server_options'], service_data['labels'] ]
}
let(:config_for_generator_string) { config_for_generator.to_json }
let(:config_for_generator_string) { [config_for_generator.to_json] }
let(:parsed_config_for_generator) do
{
"haproxy" => config_for_generator_haproxy
Expand Down

0 comments on commit 53264cf

Please sign in to comment.