summaryrefslogtreecommitdiff
path: root/chef-config/spec/unit/fips_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef-config/spec/unit/fips_spec.rb')
-rw-r--r--chef-config/spec/unit/fips_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/spec/unit/fips_spec.rb b/chef-config/spec/unit/fips_spec.rb
index 4be6f64a2d..dd8b3e17d1 100644
--- a/chef-config/spec/unit/fips_spec.rb
+++ b/chef-config/spec/unit/fips_spec.rb
@@ -65,7 +65,7 @@ RSpec.describe "ChefConfig.fips?" do
end
context "on windows", :windows_only do
- let(:fips_key) { 'System\CurrentControlSet\Control\Lsa\FIPSAlgorithmPolicy' }
+ let(:fips_key) { "System\\CurrentControlSet\\Control\\Lsa\\FIPSAlgorithmPolicy" }
let(:win_reg_entry) { { "Enabled" => enabled } }
before(:each) do