| Index: test/server/server_test.dart
|
| diff --git a/test/server/server_test.dart b/test/server/server_test.dart
|
| index 8cc9c5a2928c39b3a62973433a7c7204fbe8256e..ef2e45bbaf64cf726881dd2f63c3942795feb24b 100644
|
| --- a/test/server/server_test.dart
|
| +++ b/test/server/server_test.dart
|
| @@ -113,7 +113,8 @@ void main() {
|
| 'error': {
|
| 'code': error_code.PARSE_ERROR,
|
| 'message': startsWith("Invalid JSON: "),
|
| - 'data': {'request': 'invalid json {'}
|
| + // TODO(nweiz): Always expect the source when sdk#25655 is fixed.
|
| + 'data': {'request': anyOf([isNull, 'invalid json {'])}
|
| },
|
| 'id': null
|
| });
|
|
|