| Index: utils/tests/pub/update/hosted/remove_removed_dependency_test.dart | 
| diff --git a/utils/tests/pub/update/hosted/remove_removed_dependency_test.dart b/utils/tests/pub/update/hosted/remove_removed_dependency_test.dart | 
| index 4841a97a482eeff24e91d0166d738eb6c22e2660..2a916a2d3c3976574292bff0515c5ac6d04d22df 100644 | 
| --- a/utils/tests/pub/update/hosted/remove_removed_dependency_test.dart | 
| +++ b/utils/tests/pub/update/hosted/remove_removed_dependency_test.dart | 
| @@ -10,6 +10,7 @@ import '../../descriptor.dart' as d; | 
| import '../../test_pub.dart'; | 
|  | 
| main() { | 
| +  initConfig(); | 
| integration("removes a dependency that's been removed from the pubspec", () { | 
| servePackages([ | 
| packageMap("foo", "1.0.0"), | 
|  |