mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00:00
Change nomulus registrar --drive_id parameter to --drive_folder_id
This makes it consistent with the parameter of the same name on the tld commands. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=234148699
This commit is contained in:
@@ -240,7 +240,7 @@ abstract class CreateOrUpdateRegistrarCommand extends MutatingCommand {
|
||||
|
||||
@Nullable
|
||||
@Parameter(
|
||||
names = "--drive_id",
|
||||
names = "--drive_folder_id",
|
||||
description = "Id of this registrar's folder in Drive",
|
||||
converter = OptionalStringParameter.class,
|
||||
validateWith = OptionalStringParameter.class)
|
||||
|
||||
@@ -620,7 +620,7 @@ public class CreateRegistrarCommandTest extends CommandTestCase<CreateRegistrarC
|
||||
"--fax=null",
|
||||
"--email=null",
|
||||
"--url=null",
|
||||
"--drive_id=null",
|
||||
"--drive_folder_id=null",
|
||||
"--street=\"123 Fake St\"",
|
||||
"--city Fakington",
|
||||
"--state MA",
|
||||
@@ -653,7 +653,7 @@ public class CreateRegistrarCommandTest extends CommandTestCase<CreateRegistrarC
|
||||
"--fax=",
|
||||
"--email=",
|
||||
"--url=",
|
||||
"--drive_id=",
|
||||
"--drive_folder_id=",
|
||||
"--icann_referral_email=foo@bar.test",
|
||||
"--street=\"123 Fake St\"",
|
||||
"--city Fakington",
|
||||
|
||||
@@ -367,7 +367,7 @@ public class UpdateRegistrarCommandTest extends CommandTestCase<UpdateRegistrarC
|
||||
"--fax=null",
|
||||
"--email=null",
|
||||
"--url=null",
|
||||
"--drive_id=null",
|
||||
"--drive_folder_id=null",
|
||||
"--force",
|
||||
"NewRegistrar");
|
||||
|
||||
@@ -411,7 +411,7 @@ public class UpdateRegistrarCommandTest extends CommandTestCase<UpdateRegistrarC
|
||||
"--fax=",
|
||||
"--email=",
|
||||
"--url=",
|
||||
"--drive_id=",
|
||||
"--drive_folder_id=",
|
||||
"--force",
|
||||
"NewRegistrar");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user