mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Added pending delete
This commit is contained in:
parent
50d36cb654
commit
6f59824cd1
13 changed files with 184 additions and 27 deletions
|
@ -2091,10 +2091,10 @@ describe 'EPP Domain', epp: true do
|
|||
]
|
||||
}), :xml)
|
||||
|
||||
response[:msg].should == 'Command completed successfully'
|
||||
response[:result_code].should == '1000'
|
||||
response[:msg].should == 'Command completed successfully; action pending'
|
||||
response[:result_code].should == '1001'
|
||||
|
||||
Domain.find_by(name: domain.name).should == nil
|
||||
Domain.find_by(name: domain.name).should_not == nil
|
||||
end
|
||||
|
||||
it 'does not delete domain with specific status' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue