Skip to content

Commit

Permalink
[tests] change super to super() - jruby/jruby#6571
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd committed Mar 3, 2021
1 parent 396c476 commit cfcf57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/outputs/http_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def sinatra_run_wait(app, opts)

context "with ignorable failing requests" do
let(:url) { "http://localhost:#{port}/bad"}
let(:verb_behavior_config) { super.merge("ignorable_codes" => [400]) }
let(:verb_behavior_config) { super().merge("ignorable_codes" => [400]) }

before do
subject.multi_receive([event])
Expand Down

0 comments on commit cfcf57c

Please sign in to comment.