Fix the example of the nginx_conf resource

Obvious fix.
This commit is contained in:
Raphael Geissert 2020-10-20 16:16:51 +02:00
parent 0bde654b3a
commit cb8cf42185

View file

@ -30,7 +30,7 @@ This resource first became available in v1.37.6 of InSpec.
An `nginx_conf` resource block declares the client NGINX configuration data to be tested:
describe nginx_conf.params['pid'] do
describe nginx_conf.params['pid'].flatten do
it { should cmp 'logs/nginx.pid' }
end