Skip to content

Commit 175c842

Browse files
authored
Merge pull request #1589 from bastelfreak/tests4
acceptance tests: ensure code is idempotent
2 parents 922395b + a72c332 commit 175c842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spec/acceptance/server_instance_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,6 @@ class { 'postgresql::server':
156156

157157
it 'installs postgres instance test1' do
158158
export_locales('en_US.UTF-8 ')
159-
apply_manifest(pp, catch_failures: true)
159+
idempotent_apply(pp)
160160
end
161161
end

0 commit comments

Comments
 (0)