summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2017-03-20 17:06:13 -0700
committerNoah Kantrowitz <noah@coderanger.net>2017-03-20 17:06:13 -0700
commitecb4139243a08c0c92efc628a3a0ccb1eb12bc8a (patch)
treee7c1d331ca36244f620faf2f82f01f5b743f70b0
parentd648136085c4061eaefa04ad823c49a14282a749 (diff)
downloadchef-ecb4139243a08c0c92efc628a3a0ccb1eb12bc8a.tar.gz
Missed a test.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
-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 dbd7b92c6c..fba344649f 100644
--- a/spec/functional/knife/ssh_spec.rb
+++ b/spec/functional/knife/ssh_spec.rb
@@ -304,7 +304,7 @@ describe Chef::Knife::Ssh do
Chef::Config[:client_key] = nil
Chef::Config[:chef_server_url] = "http://localhost:9000"
- @api.post("/search/node?q=*:*&sort=X_CHEF_id_CHEF_X%20asc&start=0", 200) do
+ @api.post("/search/node?q=*:*&start=0", 200) do
%({"total":1, "start":0, "rows":[{"data": {"fqdn":"the.fqdn", "config": "the_public_hostname", "knife_config": "the_public_hostname" }}]})
end
end