diff options
author | John Keiser <jkeiser@opscode.com> | 2014-04-18 16:29:59 -0700 |
---|---|---|
committer | John Keiser <jkeiser@opscode.com> | 2014-04-18 16:29:59 -0700 |
commit | acd80b7e3422d22bc717db40cf26598b7f4e618e (patch) | |
tree | 21bc9130c7497cd5d2460eb5bf55d9099ce59325 /spec | |
parent | e655c7857e9568ece4555e627fc7d3aa372449ae (diff) | |
download | chef-zero-acd80b7e3422d22bc717db40cf26598b7f4e618e.tar.gz |
Get single_org backcompat mode working
Diffstat (limited to 'spec')
-rw-r--r-- | spec/support/pedant.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/pedant.rb b/spec/support/pedant.rb index 39a234d..d21a2f7 100644 --- a/spec/support/pedant.rb +++ b/spec/support/pedant.rb @@ -21,7 +21,7 @@ ################################################################################ # You MUST specify the address of the server the API requests will be # sent to. Only specify protocol, hostname, and port. -chef_server 'http://127.0.0.1:8889/organizations/chef' +chef_server 'http://127.0.0.1:8889' # If you are doing development testing, you can specify the address of # the Solr server. The presence of this parameter will enable tests |