Skip to content

Commit 8a2b0c7

Browse files
authored
Merge pull request #62 from dafyddj/test/update-version
test(install_binary): update test to use Vault v1.12.0
2 parents 98ed684 + cc70b54 commit 8a2b0c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integration/install_binary/controls/vault_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
its(:exit_status) { should eq 0 }
1010
its(:stderr) { should be_empty }
1111
its(:stdout) do
12-
should match(/^Vault v1.1.0 \('36aa8c8dd1936e10ebd7a4c1d412ae0e6f7900bd'\)/)
12+
should match(/^Vault v1.12.0 \(558abfa75702b5dab4c98e86b802fb9aef43b0eb\)/)
1313
end
1414
end
1515

test/salt/pillar/install_binary.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ vault:
55
# test upgrades by doing a double-converge, changing the version pillar
66
# between each one
77
# version: 1.0.3
8-
version: 1.1.0
8+
version: 1.12.0
99
verify_download: false

0 commit comments

Comments
 (0)