mirror of
https://github.com/google/nomulus
synced 2026-09-09 01:26:24 +00: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:
@@ -335,7 +335,8 @@ describe("contact settings test", function() {
|
||||
visibleInWhoisAsAdmin: false,
|
||||
visibleInWhoisAsTech: false,
|
||||
visibleInDomainWhoisAsAbuse: false,
|
||||
types: 'ADMIN'
|
||||
types: 'ADMIN',
|
||||
allowedToSetRegistryLockPassword: 'false'
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user