| Index: tests/mbedtls_tests/ssl_tests.dart
|
| diff --git a/tests/mbedtls_tests/ssl_tests.dart b/tests/mbedtls_tests/ssl_tests.dart
|
| index e7cbcdb9c67e02e4eef68d868691b8d3085401bc..9bc321ed2c2d84e650c7e89f31d74286223f8bfa 100644
|
| --- a/tests/mbedtls_tests/ssl_tests.dart
|
| +++ b/tests/mbedtls_tests/ssl_tests.dart
|
| @@ -36,7 +36,7 @@ SecurityContext createContext() {
|
| var key = testDirUri.resolve('../$certPath/server_key.pem');
|
| var context = new SecurityContext();
|
| return context
|
| - ..useCertificateChain(file: chain.toFilePath())
|
| + ..useCertificateChain(chain.toFilePath())
|
| ..usePrivateKey(key.toFilePath(), password: 'dartdart');
|
| }
|
|
|
|
|