mirror of
https://github.com/google/nomulus
synced 2026-09-08 17:17:02 +00:00
Add DEFAULT_PROMO token type (#1832)
* Add DEFAULT_PROMO token type * Fix test error message check
This commit is contained in:
@@ -403,7 +403,8 @@ class GenerateAllocationTokensCommandTest extends CommandTestCase<GenerateAlloca
|
||||
assertThat(thrown)
|
||||
.hasMessageThat()
|
||||
.isEqualTo(
|
||||
"Invalid value for -t parameter. Allowed values:[PACKAGE, SINGLE_USE, UNLIMITED_USE]");
|
||||
"Invalid value for -t parameter. Allowed values:[DEFAULT_PROMO, PACKAGE, SINGLE_USE,"
|
||||
+ " UNLIMITED_USE]");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user