| Index: tests/standalone/io/secure_socket_renegotiate_client.dart
|
| diff --git a/tests/standalone/io/secure_socket_renegotiate_client.dart b/tests/standalone/io/secure_socket_renegotiate_client.dart
|
| index 8c414582b7060644ac7e7e69a1ed039087c774e8..d2770121d53f5a09e0fa150303a21ea2425a437e 100644
|
| --- a/tests/standalone/io/secure_socket_renegotiate_client.dart
|
| +++ b/tests/standalone/io/secure_socket_renegotiate_client.dart
|
| @@ -41,8 +41,7 @@ void expect(condition) {
|
| void runClient(int port) {
|
| SecureSocket.connect(HOST_NAME,
|
| port,
|
| - context: clientContext,
|
| - sendClientCertificate: true)
|
| + context: clientContext)
|
| .then((SecureSocket socket) {
|
| X509Certificate certificate = socket.peerCertificate;
|
| expect(certificate != null);
|
|
|