summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-11-10 11:52:01 -0800
committerTim Smith <tsmith84@gmail.com>2020-11-10 11:52:01 -0800
commit02b674102e462750850013f349cf5b3b4d3e8e4a (patch)
treec4767c2ff70aad8ab656fbb39cb45c1d9ade793c
parente08f734529d128883d46363e90d2a303ad7346cf (diff)
downloadchef-02b674102e462750850013f349cf5b3b4d3e8e4a.tar.gz
Update InSpec kitchen tests
Get the correct format here Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/test/integration/end-to-end/_chef_client_config.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/test/integration/end-to-end/_chef_client_config.rb b/kitchen-tests/test/integration/end-to-end/_chef_client_config.rb
index 7e0cc3fd15..4cc1459b7b 100644
--- a/kitchen-tests/test/integration/end-to-end/_chef_client_config.rb
+++ b/kitchen-tests/test/integration/end-to-end/_chef_client_config.rb
@@ -5,7 +5,7 @@ client_rb = if os.windows?
end
describe file(client_rb) do
- its("content") { should match(%r{chef_server_url = "https://localhost"}) }
- its("content") { should match(/chef_license = "accept"/) }
+ its("content") { should match(%r{chef_server_url "https://localhost"}) }
+ its("content") { should match(/chef_license "accept"/) }
its("content") { should match(/require 'aws-sdk'/) }
end