diff options
author | John McCrae <john.mccrae@progress.com> | 2022-03-24 13:42:11 -0700 |
---|---|---|
committer | John McCrae <john.mccrae@progress.com> | 2022-03-24 13:42:11 -0700 |
commit | 2b6d99b1c0340ee1d9622286a51f6bf2e480c3da (patch) | |
tree | 8ded68ea06e6228cfe36b1aa0b87d66b324135ec /spec/unit/http | |
parent | 6f29c928d0c6a3a314816dfe8ffa496fa0382596 (diff) | |
download | chef-2b6d99b1c0340ee1d9622286a51f6bf2e480c3da.tar.gz |
updating gemlock files and updating code from feedback
Signed-off-by: John McCrae <john.mccrae@progress.com>
Diffstat (limited to 'spec/unit/http')
-rw-r--r-- | spec/unit/http/authenticator_spec.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/unit/http/authenticator_spec.rb b/spec/unit/http/authenticator_spec.rb index 0ce5448d1a..a1b67610c5 100644 --- a/spec/unit/http/authenticator_spec.rb +++ b/spec/unit/http/authenticator_spec.rb @@ -57,11 +57,6 @@ describe Chef::HTTP::Authenticator, :windows_only do expect(password.length).to eql(14) end - it "retrieves a certificate password from the registry when the hive exists" do - class_instance.get_cert_password - expect { class_instance.get_cert_password }.not_to raise_error - end - it "correctly retrieves a valid certificate in pem format from the certstore" do require "openssl" certificate = class_instance.retrieve_certificate_key(node_name) |