Skip to content

Commit

Permalink
Test: run with curl --tlsv1.2 --tls-max 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Jan 24, 2022
1 parent d8e8c27 commit 860bbf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/integration/outputs/index_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ def curl_and_get_json_response(url, method: :get); require 'open3'

else

let(:curl_opts) { super() + " --tlsv1.2 --tls-max 1.3" }

it_behaves_like("an indexer", true)

describe "with a password requiring escaping" do
Expand Down

0 comments on commit 860bbf7

Please sign in to comment.