Chromium Code Reviews| Index: pkg/http/test/request_test.dart |
| diff --git a/pkg/http/test/request_test.dart b/pkg/http/test/request_test.dart |
| index ea49199352fc85933a942df2a6e0cec57380a5fa..e17589cc867129df53a32937de63e633015e862c 100644 |
| --- a/pkg/http/test/request_test.dart |
| +++ b/pkg/http/test/request_test.dart |
| @@ -27,6 +27,7 @@ void main() { |
| 'path': '/', |
| 'headers': { |
| 'content-type': ['text/plain; charset=utf-8'], |
| + 'accept-encoding': ['gzip'], |
| 'content-length': ['5'] |
| }, |
| 'body': 'hello' |