Skip to content

Commit 5cb4307

Browse files
authored
Merge pull request #231 from hunner/fix_win_keytool
(MODULES-6342) Update pathing for new java in #229
2 parents c7415b9 + 77440a6 commit 5cb4307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper_acceptance.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class { 'java': }
127127

128128
RSpec.shared_context 'common variables' do
129129
before(:each) do
130-
java_major, java_minor = (ENV['JAVA_VERSION'] || '8u162').split('u')
130+
java_major, java_minor = (ENV['JAVA_VERSION'] || '8u172').split('u')
131131
@ensure_ks = 'latest'
132132
@resource_path = 'undef'
133133
@target_dir = '/etc/'

0 commit comments

Comments
 (0)