| Index: utils/tests/pub/install/hosted/fail_gracefully_on_missing_package_test.dart | 
| diff --git a/utils/tests/pub/install/hosted/fail_gracefully_on_missing_package_test.dart b/utils/tests/pub/install/hosted/fail_gracefully_on_missing_package_test.dart | 
| index e0b461590e04596e59bbd272613680973d3c086f..5833599bb2869ad6d86650ddcf47b081fda993e1 100644 | 
| --- a/utils/tests/pub/install/hosted/fail_gracefully_on_missing_package_test.dart | 
| +++ b/utils/tests/pub/install/hosted/fail_gracefully_on_missing_package_test.dart | 
| @@ -10,6 +10,7 @@ import '../../descriptor.dart' as d; | 
| import '../../test_pub.dart'; | 
|  | 
| main() { | 
| +  initConfig(); | 
| integration('fails gracefully if the package does not exist', () { | 
| servePackages([]); | 
|  | 
|  |