Skip to content

Commit

Permalink
fix(command): add missing stub_command for new gpg key
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythyu committed Jun 20, 2024
1 parent 1bf5bc4 commit 1fca9a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def min_chef_version(version)

# recipes/repository.rb
stub_command('rpm -q gpg-pubkey-current').and_return(false)
stub_command('rpm -q gpg-pubkey-4f09d16b').and_return(false)
stub_command('rpm -q gpg-pubkey-b01082d3').and_return(false)
stub_command('rpm -q gpg-pubkey-fd4bf915').and_return(false)
stub_command('rpm -q gpg-pubkey-e09422b3').and_return(false)
Expand Down

0 comments on commit 1fca9a1

Please sign in to comment.