mirror of
https://github.com/google/nomulus
synced 2026-08-27 19:37:07 +00:00
Drop should publish field from ReservedList entity (#2369)
* Remove the shouldPublish field from the reservedLIst entity * Add generated schema file
This commit is contained in:
@@ -69,7 +69,7 @@ class ListReservedListsActionTest extends ListActionTestCase {
|
||||
Optional.of("*"),
|
||||
Optional.empty(),
|
||||
Optional.empty(),
|
||||
"^name\\s+.*shouldPublish.*",
|
||||
"^name\\s+.*",
|
||||
"^-+\\s+-+",
|
||||
"^xn--q9jyb4c-private\\s+.*",
|
||||
"^xn--q9jyb4c-published\\s+.*");
|
||||
|
||||
Reference in New Issue
Block a user