Skip to content

Commit

Permalink
test(pkgs_spec): test for major version only (i.e. 3000)
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Dec 14, 2020
1 parent 75ccf59 commit 618f95a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/v3000-py2/controls/pkgs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
control 'salt packages' do
title 'should be installed'

version = '3000.3'
version = '3000'

%w[
salt-master
Expand Down
2 changes: 1 addition & 1 deletion test/integration/v3000-py3/controls/pkgs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
control 'salt packages' do
title 'should be installed'

version = '3000.3'
version = '3000'

pkgs.each do |p|
describe package(p) do
Expand Down

0 comments on commit 618f95a

Please sign in to comment.