summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/unit/knife/configure_client_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/unit/knife/configure_client_spec.rb b/spec/unit/knife/configure_client_spec.rb
index 3ecb89f827..0f83897564 100644
--- a/spec/unit/knife/configure_client_spec.rb
+++ b/spec/unit/knife/configure_client_spec.rb
@@ -58,8 +58,6 @@ describe Chef::Knife::ConfigureClient do
it "should write out the config file" do
allow(FileUtils).to receive(:mkdir_p)
@knife.run
- expect(@client_file.string).to match /log_level\s+\:info/
- expect(@client_file.string).to match /log_location\s+STDOUT/
expect(@client_file.string).to match /chef_server_url\s+'https\:\/\/chef\.example\.com'/
expect(@client_file.string).to match /validation_client_name\s+'chef-validator'/
end