mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
parent
ec4b3abae4
commit
c05e6ead2a
3 changed files with 13 additions and 13 deletions
|
@ -61,7 +61,7 @@ RSpec.describe 'EPP contact:update' do
|
|||
request
|
||||
|
||||
expect(epp_response).to have_result(:data_management_policy_violation,
|
||||
t('epp.contacts.errors.update_disallowed'))
|
||||
t('epp.contacts.errors.valid_ident'))
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -172,7 +172,7 @@ RSpec.describe 'EPP contact:update' do
|
|||
request
|
||||
|
||||
expect(epp_response).to have_result(:data_management_policy_violation,
|
||||
t('epp.contacts.errors.wrong_ident'))
|
||||
t('epp.contacts.errors.ident_update'))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue