Skip to content

Commit

Permalink
allow latest apt module in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Aug 5, 2021
1 parent 079520c commit 4dd31ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/class_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

context 'default parameters' do
before do
install_module_from_forge('puppetlabs/apt', '>= 7.5.0 < 8.0.0')
install_module_from_forge('puppetlabs/apt', '>= 7.5.0 < 9.0.0')
end
# Using puppet_apply as a helper
it 'works idempotently with no errors' do
Expand Down

0 comments on commit 4dd31ef

Please sign in to comment.