diff --git a/javatests/google/registry/tools/SetupOteCommandTest.java b/javatests/google/registry/tools/SetupOteCommandTest.java index c1d80c282..c7c11067b 100644 --- a/javatests/google/registry/tools/SetupOteCommandTest.java +++ b/javatests/google/registry/tools/SetupOteCommandTest.java @@ -169,6 +169,7 @@ public class SetupOteCommandTest extends CommandTestCase { verifyRegistrarCreation("blobio-4", "blobio-ga", passwords.get(3), ipAddresses); } + @Test public void testSuccess_alternatePremiumList() throws Exception { runCommandForced( "--ip_whitelist=1.1.1.1", diff --git a/javatests/google/registry/tools/UploadClaimsListCommandTest.java b/javatests/google/registry/tools/UploadClaimsListCommandTest.java index 341ba2a91..938a601fd 100644 --- a/javatests/google/registry/tools/UploadClaimsListCommandTest.java +++ b/javatests/google/registry/tools/UploadClaimsListCommandTest.java @@ -44,6 +44,7 @@ public class UploadClaimsListCommandTest extends CommandTestCase