| Index: utils/tests/pub/pub_lish_test.dart
|
| diff --git a/utils/tests/pub/pub_lish_test.dart b/utils/tests/pub/pub_lish_test.dart
|
| index 07c24fbbdd689587f557866289516c390d9e702d..1b7c63381c1b532c8776ad51a7c574d5563c7a84 100644
|
| --- a/utils/tests/pub/pub_lish_test.dart
|
| +++ b/utils/tests/pub/pub_lish_test.dart
|
| @@ -244,6 +244,7 @@ main() {
|
| handleUpload(server);
|
|
|
| server.handle('GET', '/create', (request, response) {
|
| + response.statusCode = 400;
|
| response.outputStream.writeString(JSON.stringify({
|
| 'error': {'message': 'Your package was too boring.'}
|
| }));
|
|
|