| Index: pkg/http/test/utils.dart
|
| diff --git a/pkg/http/test/utils.dart b/pkg/http/test/utils.dart
|
| index 5fc267e947cf802566226e4417392294f82ae1ea..972680a55a4c383134f36a719db35714e122e6d2 100644
|
| --- a/pkg/http/test/utils.dart
|
| +++ b/pkg/http/test/utils.dart
|
| @@ -55,6 +55,7 @@ void startServer() {
|
| consumeInputStream(request.inputStream).then((requestBodyBytes) {
|
| response.statusCode = 200;
|
| response.headers.contentType = new ContentType("application", "json");
|
| + response.headers.set('single', 'value');
|
|
|
| var requestBody;
|
| if (requestBodyBytes.isEmpty) {
|
|
|