| Index: utils/tests/pub/curl_client_test.dart
|
| diff --git a/utils/tests/pub/curl_client_test.dart b/utils/tests/pub/curl_client_test.dart
|
| index 2bb226a885378992af936ed07c12422c2e914043..924e994ec4d775187e4dc718928e49b17e45461f 100644
|
| --- a/utils/tests/pub/curl_client_test.dart
|
| +++ b/utils/tests/pub/curl_client_test.dart
|
| @@ -87,7 +87,7 @@ void startServer() {
|
| });
|
|
|
| _server.defaultRequestHandler = (request, response) {
|
| - wrapInputStream(request.inputStream).toBytes().then((requestBodyBytes) {
|
| + consumeInputStream(request.inputStream).then((requestBodyBytes) {
|
| response.statusCode = 200;
|
| response.headers.contentType = new ContentType("application", "json");
|
|
|
|
|