Skip to content

Commit ecdfa40

Browse files
committed
Test: run with curl --tlsv1.2 --tls-max 1.3
1 parent d8e8c27 commit ecdfa40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: spec/integration/outputs/index_spec.rb

+2
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ def curl_and_get_json_response(url, method: :get); require 'open3'
203203

204204
else
205205

206+
let(:curl_opts) { "#{super()} --tlsv1.2 --tls-max 1.3" }
207+
206208
it_behaves_like("an indexer", true)
207209

208210
describe "with a password requiring escaping" do

0 commit comments

Comments
 (0)