summaryrefslogtreecommitdiff
path: root/spec/functional/knife/ssh_spec.rb
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-12-19 12:45:51 -0800
committerClaire McQuin <claire@getchef.com>2014-12-19 12:45:51 -0800
commit8261791ced25227781f0d0ad3f44ef77c889d53b (patch)
tree8d53acd234d25cb559d61937a27757f9bf78f18a /spec/functional/knife/ssh_spec.rb
parentfe8ca9ea64205288d3cc0fa2ea6b80c953f8ea4c (diff)
downloadchef-8261791ced25227781f0d0ad3f44ef77c889d53b.tar.gz
Build configurable search string.mcquin/bugfix/search-filtering
Diffstat (limited to 'spec/functional/knife/ssh_spec.rb')
-rw-r--r--spec/functional/knife/ssh_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/knife/ssh_spec.rb b/spec/functional/knife/ssh_spec.rb
index eaef4d7e1c..5b8ad6f368 100644
--- a/spec/functional/knife/ssh_spec.rb
+++ b/spec/functional/knife/ssh_spec.rb
@@ -260,7 +260,7 @@ 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&rows=", 200) {
+ @api.get("/search/node?q=*:*&sort=X_CHEF_id_CHEF_X%20asc&start=0", 200) {
%({"total":1, "start":0, "rows":[{"name":"i-xxxxxxxx", "json_class":"Chef::Node", "automatic":{"fqdn":"the.fqdn", "ec2":{"public_hostname":"the_public_hostname"}},"recipes":[]}]})
}
end