Skip to content

Commit

Permalink
no need for defaults anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 12, 2016
1 parent 3648a7a commit 1ed0b94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/mojo/user_agent_tls.t
Expand Up @@ -93,7 +93,6 @@ $port = Mojo::IOLoop->acceptor($daemon->acceptors->[0])->port;
# Invalid certificate
$ua = Mojo::UserAgent->new(ioloop => $ua->ioloop);
$ua->cert('t/mojo/certs/bad.crt')->key('t/mojo/certs/bad.key');
IO::Socket::SSL::set_defaults(SSL_version => 'TLSv1');
$tx = $ua->get("https://127.0.0.1:$port");
ok $tx->success, 'successful';
ok !$tx->error, 'no error';
Expand Down

0 comments on commit 1ed0b94

Please sign in to comment.