| Index: sdk/lib/_internal/pub/test/lish/upload_form_provides_invalid_json_test.dart
 | 
| diff --git a/sdk/lib/_internal/pub/test/lish/upload_form_provides_invalid_json_test.dart b/sdk/lib/_internal/pub/test/lish/upload_form_provides_invalid_json_test.dart
 | 
| index 3f2c4866871e9889eb4a0942bc7ffcf661f2da4f..3a1b2cbc6958144e2a1bff9be809b55c221857e6 100644
 | 
| --- a/sdk/lib/_internal/pub/test/lish/upload_form_provides_invalid_json_test.dart
 | 
| +++ b/sdk/lib/_internal/pub/test/lish/upload_form_provides_invalid_json_test.dart
 | 
| @@ -22,7 +22,7 @@ main() {
 | 
|  
 | 
|      confirmPublish(pub);
 | 
|  
 | 
| -    server.handle('GET', '/packages/versions/new.json', (request) {
 | 
| +    server.handle('GET', '/api/packages/versions/new', (request) {
 | 
|        request.response.write('{not json');
 | 
|        request.response.close();
 | 
|      });
 | 
| 
 |