Skip to content

Commit

Permalink
Use realistic value in a spec
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Apr 14, 2019
1 parent 8aef65e commit 14cb0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/faraday/adapter/net_http_persistent_spec.rb
Expand Up @@ -46,7 +46,7 @@
{
headers: { 'X-Faraday-Adapter' => adapter },
ssl: {
min_version: '1.0'
min_version: :TLS1_2
}
}
end
Expand Down

0 comments on commit 14cb0aa

Please sign in to comment.