Chromium Code Reviews| Index: pkg/http/test/client_test.dart | 
| diff --git a/pkg/http/test/client_test.dart b/pkg/http/test/client_test.dart | 
| index daa3acba2a2b5d0585a8c938b3b2329ade02ac2b..e898426d475edac831ca66675b27515144ba5515 100644 | 
| --- a/pkg/http/test/client_test.dart | 
| +++ b/pkg/http/test/client_test.dart | 
| @@ -37,6 +37,7 @@ void main() { | 
| 'path': '/', | 
| 'headers': { | 
| 'content-type': ['application/json; charset=utf-8'], | 
| + 'accept-encoding': ['gzip'], | 
| 'transfer-encoding': ['chunked'] | 
| }, | 
| 'body': '{"hello": "world"}' |