| Index: test/virtual_host_test.dart
|
| diff --git a/test/virtual_host_test.dart b/test/virtual_host_test.dart
|
| index a08e7935ca20f5b6505e711ca8c4b3f748f62d45..e7ad6e7c7425f2aeace3b916087f3e16426aa388 100644
|
| --- a/test/virtual_host_test.dart
|
| +++ b/test/virtual_host_test.dart
|
| @@ -66,7 +66,7 @@ void main() {
|
| test('multiple-source-https', () {
|
| expect(Future.wait([
|
| HttpServer.bind('localhost', 0),
|
| - HttpServer.bindSecure('localhost', 0, certificateName: CERTIFICATE)])
|
| + HttpServer.bindSecure('localhost', 0, serverContext)])
|
| .then((servers) {
|
| var virHost = new VirtualHost();
|
| virHost.addSource(servers[0]);
|
|
|