mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
Builder for transfer xml
This commit is contained in:
parent
ad03165546
commit
2a47e374f2
3 changed files with 77 additions and 0 deletions
|
@ -82,6 +82,11 @@ describe 'EPP Domain', epp: true do
|
|||
expect(trn_data.css('acID').text).to eq('10577829')
|
||||
expect(trn_data.css('exDate').text).to eq(d.valid_to.to_time.utc.to_s)
|
||||
end
|
||||
|
||||
it 'does not transfer with invalid pw' do
|
||||
response = epp_request('domains/transfer.xml')
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
context 'with citizen as an owner' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue