| Index: pkg/http/test/mock_client_test.dart
|
| diff --git a/pkg/http/test/mock_client_test.dart b/pkg/http/test/mock_client_test.dart
|
| index 07066ec8f27ff608a466fa05df26b4cf94da529d..ac0eeeedced76df40197aea59e3ea04a947f843a 100644
|
| --- a/pkg/http/test/mock_client_test.dart
|
| +++ b/pkg/http/test/mock_client_test.dart
|
| @@ -22,7 +22,7 @@ void main() {
|
| request: request, headers: {'content-type': 'application/json'}));
|
| });
|
|
|
| - expect(client.post("http://example.com/foo", fields: {
|
| + expect(client.post("http://example.com/foo", body: {
|
| 'field1': 'value1',
|
| 'field2': 'value2'
|
| }).then((response) => response.body), completion(parse(equals({
|
|
|