mirror of
https://github.com/google/nomulus.git
synced 2025-07-09 04:33:28 +02:00
Handle both ways the UI passes in booleans (#500)
* Handle both ways the UI passes in booleans * fix the JS test * Quote the value
This commit is contained in:
parent
e8ff4081a9
commit
fec806ef8b
3 changed files with 16 additions and 7 deletions
|
@ -335,7 +335,8 @@ describe("contact settings test", function() {
|
|||
visibleInWhoisAsAdmin: false,
|
||||
visibleInWhoisAsTech: false,
|
||||
visibleInDomainWhoisAsAbuse: false,
|
||||
types: 'ADMIN'
|
||||
types: 'ADMIN',
|
||||
allowedToSetRegistryLockPassword: 'false'
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue