Skip to content

Commit

Permalink
test(install_binary): update test to use Vault v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddj committed Nov 24, 2022
1 parent 98ed684 commit cc70b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/install_binary/controls/vault_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
its(:exit_status) { should eq 0 }
its(:stderr) { should be_empty }
its(:stdout) do
should match(/^Vault v1.1.0 \('36aa8c8dd1936e10ebd7a4c1d412ae0e6f7900bd'\)/)
should match(/^Vault v1.12.0 \(558abfa75702b5dab4c98e86b802fb9aef43b0eb\)/)
end
end

Expand Down
2 changes: 1 addition & 1 deletion test/salt/pillar/install_binary.sls
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ vault:
# test upgrades by doing a double-converge, changing the version pillar
# between each one
# version: 1.0.3
version: 1.1.0
version: 1.12.0
verify_download: false

0 comments on commit cc70b54

Please sign in to comment.