mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 01:35:59 +02:00
Add RDAP pretty-printing option
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=176529676
This commit is contained in:
parent
6f659659ff
commit
67a41273bb
13 changed files with 71 additions and 9 deletions
|
@ -71,6 +71,7 @@ public class RdapHelpActionTest {
|
|||
action.authResult = AuthResult.create(AuthLevel.USER, userAuthInfo);
|
||||
action.includeDeletedParam = Optional.empty();
|
||||
action.registrarParam = Optional.empty();
|
||||
action.formatOutputParam = Optional.empty();
|
||||
action.response = response;
|
||||
action.rdapJsonFormatter = RdapTestHelper.getTestRdapJsonFormatter();
|
||||
action.rdapWhoisServer = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue