We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdc6e2 commit 0e09abaCopy full SHA for 0e09aba
spec/acceptance/basic_spec.rb
@@ -91,8 +91,8 @@ class { 'puppetdb::master::config':
91
apply_manifest(pp, catch_errors: true)
92
apply_manifest(pp, catch_changes: true)
93
94
- shell('psql "postgresql://puppetdb-read:puppetdb-read@localhost/puppetdb" -c "create table tables(id int);"') do |r|
95
- expect(r.stdout).to match(%r{^ERROR: permission denied for schema public.*})
+ shell('psql "postgresql://puppetdb-read:puppetdb-read@localhost/puppetdb" -c "create table tables(id int)" || true') do |r|
+ expect(r.stderr).to match(%r{^ERROR: permission denied for schema public.*})
96
end
97
98
0 commit comments