Skip to content

Commit 87e4f26

Browse files
committed
Merge branch 'master' into datastreams
* master: [tests] change super to super() - jruby/jruby#6571
2 parents f624fad + 4a1f1a5 commit 87e4f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/outputs/ilm_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
end
515515

516516
context 'when ilm_enabled is the default' do
517-
let (:settings) { super.tap{|x|x.delete('ilm_enabled')}}
517+
let (:settings) { super().tap{|x|x.delete('ilm_enabled')}}
518518

519519
if ESHelper.es_version_satisfies?(">=7.0")
520520
context 'when Elasticsearch is version 7 or above' do

0 commit comments

Comments
 (0)