diff --git a/test/integration/default/default_spec.rb b/test/integration/default/default_spec.rb index 2959def5..b7fedd15 100644 --- a/test/integration/default/default_spec.rb +++ b/test/integration/default/default_spec.rb @@ -73,7 +73,7 @@ it { should be_file } it { should be_owned_by 'root' } it { should be_grouped_into 'consul' } - its('mode') { should cmp '0640' } + its('mode') { should cmp '0644' } end describe file("#{confd_dir}/consul_watch_check.json") do