summaryrefslogtreecommitdiff
path: root/chef/spec/unit/api_client_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef/spec/unit/api_client_spec.rb')
-rw-r--r--chef/spec/unit/api_client_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/spec/unit/api_client_spec.rb b/chef/spec/unit/api_client_spec.rb
index 4b73d80575..eba41310c4 100644
--- a/chef/spec/unit/api_client_spec.rb
+++ b/chef/spec/unit/api_client_spec.rb
@@ -157,7 +157,7 @@ describe Chef::ApiClient do
@client.public_key("crowes")
@client.private_key("monkeypants")
@client.admin(true)
- @deserial = JSON.parse(@client.to_json)
+ @deserial = Chef::JSON.from_json(@client.to_json)
end
it "should deserialize to a Chef::ApiClient object" do