Skip to content

Commit

Permalink
More changes from our side to catch up to upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Tharan committed Jul 19, 2017
1 parent ba7364e commit ecae393
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/fixtures/cookbooks/jenkins_credentials/recipes/create.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
end

# Test specifying a UUID-based ID
jenkins_password_credentials 'schisamo2' do
id '63e11302-d446-4ba0-8aa4-f5821f74d36f'
jenkins_password_credentials '63e11302-d446-4ba0-8aa4-f5821f74d36f' do
username 'schisamo2'
password 'superseekret'
end

# Test specifying a string-based ID
jenkins_password_credentials 'schisamo3' do
id 'schisamo3'
username 'schisamo3'
password 'superseekret'
end

Expand Down

0 comments on commit ecae393

Please sign in to comment.