mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 08:22:13 +02:00
Print GAE-UserId even when null
Also explicitly state that contacts missing GAE-UserId can't access the registrar console ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=200402953
This commit is contained in:
parent
2d4eeae26c
commit
646c6fa069
3 changed files with 18 additions and 7 deletions
|
@ -67,7 +67,8 @@ public class RegistrarContactCommandTest extends CommandTestCase<RegistrarContac
|
|||
"Visible in registrar WHOIS query as Admin contact: Yes",
|
||||
"Visible in registrar WHOIS query as Technical contact: No",
|
||||
"Phone number and email visible in domain WHOIS query as "
|
||||
+ "Registrar Abuse contact info: No");
|
||||
+ "Registrar Abuse contact info: No",
|
||||
"Registrar-Console access: No");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue