From a0c32511bc6634538374ca4b433032b8acd05f96 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 17 Aug 2016 12:15:26 -0700 Subject: fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgrade Signed-off-by: Lamont Granquist --- spec/functional/knife/ssh_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/functional/knife') diff --git a/spec/functional/knife/ssh_spec.rb b/spec/functional/knife/ssh_spec.rb index a23220ed52..0f51b765af 100644 --- a/spec/functional/knife/ssh_spec.rb +++ b/spec/functional/knife/ssh_spec.rb @@ -276,9 +276,9 @@ describe Chef::Knife::Ssh do Chef::Config[:client_key] = nil Chef::Config[:chef_server_url] = "http://localhost:9000" - @api.get("/search/node?q=*:*&sort=X_CHEF_id_CHEF_X%20asc&start=0", 200) { + @api.get("/search/node?q=*:*&sort=X_CHEF_id_CHEF_X%20asc&start=0", 200) do %({"total":1, "start":0, "rows":[{"name":"i-xxxxxxxx", "json_class":"Chef::Node", "automatic":{"fqdn":"the.fqdn", "ec2":{"public_hostname":"the_public_hostname"}},"recipes":[]}]}) - } + end end end -- cgit v1.2.1