| Index: sdk/lib/_internal/pub/test/lish/does_not_publish_if_private_with_server_arg_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/lish/does_not_publish_if_private_with_server_arg_test.dart b/sdk/lib/_internal/pub/test/lish/does_not_publish_if_private_with_server_arg_test.dart
|
| index f5dbcc73366b223aa45c9b4ac9232dc5a222e063..989d50643ae52cee83a65186e561440d979352c4 100644
|
| --- a/sdk/lib/_internal/pub/test/lish/does_not_publish_if_private_with_server_arg_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/lish/does_not_publish_if_private_with_server_arg_test.dart
|
| @@ -13,7 +13,7 @@ main() {
|
| integration('does not publish if the package is private even if a server '
|
| 'argument is provided', () {
|
| var pkg = packageMap("test_pkg", "1.0.0");
|
| - pkg["publishTo"] = "none";
|
| + pkg["publish_to"] = "none";
|
| d.dir(appPath, [d.pubspec(pkg)]).create();
|
|
|
| schedulePub(args: ["lish", "--server", "http://example.com"],
|
|
|