Improve EPP contact:update ident errors

#569
This commit is contained in:
Artur Beljajev 2017-09-20 10:54:18 +03:00
parent ec4b3abae4
commit c05e6ead2a
3 changed files with 13 additions and 13 deletions

View file

@ -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