Skip to content

Commit 2dc474c

Browse files
authored
Merge pull request #578 from puppetlabs/maint/fix_tests
(maint) set `aio_agent_version` for consistency
2 parents 8774f13 + 62f382e commit 2dc474c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/puppet_agent_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def global_facts(facts, os)
137137

138138
context 'with mismatching digest algorithms' do
139139
let(:facts) do
140-
global_facts(facts, os).merge(puppet_digest_algorithm: 'md5')
140+
global_facts(facts, os).merge(puppet_digest_algorithm: 'md5', aio_agent_version: '6.17.0')
141141
end
142142

143143
it { is_expected.not_to compile }

0 commit comments

Comments
 (0)