Skip to content

Commit 7f58e8a

Browse files
committed
(maint) Bump facts version expectation to 5 in acceptance suite
Latest openvox-agent is including openfact 5.
1 parent 00b280d commit 7f58e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/tests/ensure_puppet_facts_can_use_facter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
step 'test puppet facts with correct facter version' do
77
on(agent, puppet('facts'), :acceptable_exit_codes => [0]) do |result|
88
facter_major_version = Integer(JSON.parse(result.stdout)["facterversion"].split('.').first)
9-
assert(4 >= facter_major_version, "wrong facter version")
9+
assert(5 >= facter_major_version, "wrong facter version")
1010
end
1111
end
1212

0 commit comments

Comments
 (0)