summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-01-14 09:40:04 -0800
committerJohn McCrae <john.mccrae@progress.com>2022-01-31 15:55:55 -0800
commit990cecbf7db97eabfab8290bcda11a7c38cf1400 (patch)
tree31c435d8a22386b8b4aad6f2816fbbcd30792629
parent6326c681edf1d050ddac2d777270521f3ce9ab79 (diff)
downloadchef-990cecbf7db97eabfab8290bcda11a7c38cf1400.tar.gz
Update Chef Client to retrieve client.pem from Windows CertStore
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--spec/integration/client/client_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/client/client_spec.rb b/spec/integration/client/client_spec.rb
index e126c5a088..bec58eb682 100644
--- a/spec/integration/client/client_spec.rb
+++ b/spec/integration/client/client_spec.rb
@@ -7,7 +7,7 @@ require "chef-utils/dist"
require "chef/mixin/powershell_exec"
# cspell:disable-next-line
-SOME_CHARS = "~!@#%^&*_-+=`|\\(){}[<]:;'>,.?/0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz".freeze
+SOME_CHARS = "~!@#%^&*_-+=`|\\(){}[<]:;'>,.?/0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz".each_char.to_a.freeze
describe "chef-client" do