Skip to content

Commit 840f7d4

Browse files
committed
tests: fix linting errors on download tool verification tests
1 parent 0b36fe4 commit 840f7d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/classes/000_elasticsearch_init_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@
170170
flag = (not verify_certificates) ? ' --no-check-certificate' : ''
171171

172172
it { should contain_exec('download_package_elasticsearch')
173-
.with(
174-
:command => "wget#{flag} -O /opt/elasticsearch/swdl/pkg.#{pkg_ext} #{schema}domain-or-path/pkg.#{pkg_ext} 2> /dev/null",
175-
:require => 'File[/opt/elasticsearch/swdl]'
173+
.with(
174+
:command => "wget#{flag} -O /opt/elasticsearch/swdl/pkg.#{pkg_ext} #{schema}domain-or-path/pkg.#{pkg_ext} 2> /dev/null",
175+
:require => 'File[/opt/elasticsearch/swdl]'
176176
) }
177177
end
178178
end

0 commit comments

Comments
 (0)