| Index: sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart b/sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart
|
| index 4e88721b5a1ab9ece49b709ad1788c8715906851..64247ea1b453a9d6d05b2a1c995750a03303b7e5 100644
|
| --- a/sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart
|
| @@ -13,7 +13,7 @@ import '../test_pub.dart';
|
| main() {
|
| initConfig();
|
|
|
| - forBothPubInstallAndUpdate((command) {
|
| + forBothPubGetAndUpgrade((command) {
|
| integration('sends the correct Accept header', () {
|
| var server = new ScheduledServer();
|
|
|
|
|