From 59d5ae6941533799649eeee9b28f46ac010e516e Mon Sep 17 00:00:00 2001 From: Pete Higgins Date: Mon, 30 Nov 2020 13:31:24 -0800 Subject: Replace hardcoded product references with the generic versions. Signed-off-by: Pete Higgins --- spec/unit/audit/runner_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/unit/audit/runner_spec.rb b/spec/unit/audit/runner_spec.rb index 56ea247d95..7e62ffa398 100644 --- a/spec/unit/audit/runner_spec.rb +++ b/spec/unit/audit/runner_spec.rb @@ -85,7 +85,7 @@ describe Chef::Audit::Runner do }, ] - expect { runner.inspec_profiles }.to raise_error(/Inspec profiles specified in an unrecognized format, expected a hash of hashes./) + expect { runner.inspec_profiles }.to raise_error(/profiles specified in an unrecognized format, expected a hash of hashes./) end end -- cgit v1.2.1