Skip to content

Commit

Permalink
test fix for credentials acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avbm committed Feb 25, 2020
1 parent 17de537 commit 51af577
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/acceptance/xtypes/jenkins_credentials_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
scope => 'SYSTEM',
username => 'robin',
}
# Need to ensure the jenkins service is reloaded and up before updating credentials
Class['jenkins::service']
-> Class['jenkins::credentials']
EOS

apply(pp, catch_failures: true)
Expand Down

0 comments on commit 51af577

Please sign in to comment.