| Index: test/get/switch_source_test.dart | 
| diff --git a/test/get/switch_source_test.dart b/test/get/switch_source_test.dart | 
| index 4b8ad77777adc839e3ded960271583ad129a8f8e..90bc0494e64115f42cffafcc3a776e1be020e698 100644 | 
| --- a/test/get/switch_source_test.dart | 
| +++ b/test/get/switch_source_test.dart | 
| @@ -8,7 +8,6 @@ import '../descriptor.dart' as d; | 
| import '../test_pub.dart'; | 
|  | 
| main() { | 
| -  initConfig(); | 
| integration('re-gets a package if its source has changed', () { | 
| servePackages((builder) => builder.serve("foo", "1.2.3")); | 
|  | 
|  |