| Index: tests/standalone/io/http_proxy_test.dart
|
| diff --git a/tests/standalone/io/http_proxy_test.dart b/tests/standalone/io/http_proxy_test.dart
|
| index 83d7640a3f6050b1b539a22d76d88a13052ceee5..7b25f8f8b806671b93dedb94285eac368adad04f 100644
|
| --- a/tests/standalone/io/http_proxy_test.dart
|
| +++ b/tests/standalone/io/http_proxy_test.dart
|
| @@ -18,7 +18,8 @@ SecurityContext serverContext = new SecurityContext()
|
| password: 'dartdart');
|
|
|
| SecurityContext clientContext = new SecurityContext()
|
| - ..setTrustedCertificates(file: localFile('certificates/trusted_certs.pem'));
|
| + ..setTrustedCertificatesBytes(
|
| + readLocalFile('certificates/trusted_certs.pem'));
|
|
|
| class Server {
|
| HttpServer server;
|
|
|