mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
Add more tests to dnssec
This commit is contained in:
parent
a74e2e5fd1
commit
df255b5282
2 changed files with 53 additions and 2 deletions
|
@ -22,7 +22,9 @@ class Epp::EppDomain < Domain
|
|||
'2306' => [ # Parameter policy error
|
||||
[:owner_contact, :blank],
|
||||
[:admin_contacts, :out_of_range],
|
||||
[:base, :ds_data_with_key_not_allowed]
|
||||
[:base, :ds_data_with_key_not_allowed],
|
||||
[:base, :ds_data_not_allowed],
|
||||
[:base, :key_data_not_allowed]
|
||||
],
|
||||
'2004' => [ # Parameter value range error
|
||||
[:nameservers, :out_of_range,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue