Skip to content

Commit

Permalink
fix acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak authored and jsok committed Apr 27, 2018
1 parent 2f8e2f0 commit 551f6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/class_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class { '::vault':

describe file('/etc/vault/config.json') do
it { is_expected.to be_file }
its(:content) { is_expected.to include '"address":"127.0.0.1:8200"' }
its(:content) { is_expected.to include('"address": "127.0.0.1:8200"') }
end

describe service('vault') do
Expand Down

0 comments on commit 551f6fc

Please sign in to comment.