mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
Tests working with dnssec
This commit is contained in:
parent
eaa553dc9d
commit
79d2b69809
5 changed files with 28 additions and 52 deletions
|
@ -53,6 +53,7 @@ module Epp::DomainsHelper
|
|||
@domain.parse_and_attach_domain_dependencies(parsed_frame.css('add'))
|
||||
@domain.parse_and_attach_ds_data(parsed_frame.css('extension add'))
|
||||
@domain.parse_and_detach_domain_dependencies(parsed_frame.css('rem'))
|
||||
@domain.parse_and_detach_ds_data(parsed_frame.css('extension rem'))
|
||||
@domain.parse_and_update_domain_dependencies(parsed_frame.css('chg'))
|
||||
|
||||
if @domain.errors.any?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue