summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <jmccrae@chef.io>2021-04-20 11:09:20 -0700
committerJohn McCrae <jmccrae@chef.io>2021-04-20 12:00:29 -0700
commit44d8ce166b65584c05b9c148391205a5709aac0b (patch)
tree7ca819958bb38fef66841a20d0dd014ac7fb63a9
parent517701ae785385bfb0cd3239b7e4421173fa4c3c (diff)
downloadchef-44d8ce166b65584c05b9c148391205a5709aac0b.tar.gz
rebased on master and updated gems
Signed-off-by: John McCrae <jmccrae@chef.io>
-rw-r--r--spec/functional/resource/windows_certificate_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/windows_certificate_spec.rb b/spec/functional/resource/windows_certificate_spec.rb
index ef6c5400af..aaa31f0bdd 100644
--- a/spec/functional/resource/windows_certificate_spec.rb
+++ b/spec/functional/resource/windows_certificate_spec.rb
@@ -56,7 +56,7 @@ describe Chef::Resource::WindowsCertificate, :windows_only do
let(:store) { "Chef-Functional-Test" }
let(:store_name) { "MY" }
let(:store_location) { "LocalMachine" }
- let(:download_cert_url) { 'https://testingchef.blob.core.windows.net/files/test.cer?sv=2020-02-10&ss=b&srt=sco&sp=rlax&se=2022-03-20T01:20:15Z&st=2021-03-19T17:20:15Z&spr=https&sig=nMmvTTXp%2Fn0%2FYizBV8BzhjRJ%2Bmk%2BxYZ9529yOfqDxjQ%3D' }
+ let(:download_cert_url) { "https://testingchef.blob.core.windows.net/files/test.cer?sv=2020-02-10&ss=b&srt=sco&sp=rlax&se=2022-03-20T01:20:15Z&st=2021-03-19T17:20:15Z&spr=https&sig=nMmvTTXp%2Fn0%2FYizBV8BzhjRJ%2Bmk%2BxYZ9529yOfqDxjQ%3D" }
let(:cert_output_path) { ::File.join(Chef::Config[:file_cache_path], "output.cer") }
let(:pfx_output_path) { ::File.join(Chef::Config[:file_cache_path], "output.pfx") }
let(:key_output_path) { ::File.join(Chef::Config[:file_cache_path], "output.key") }