mirror of
https://github.com/internetee/registry.git
synced 2025-05-30 09:30:03 +02:00
Test fixes #2623
This commit is contained in:
parent
2af26a8d96
commit
12a05c524c
2 changed files with 33 additions and 22 deletions
|
@ -1872,8 +1872,8 @@ describe 'EPP Domain', epp: true do
|
|||
end
|
||||
|
||||
it 'does not remove server statuses' do
|
||||
d = Domain.last
|
||||
d.domain_statuses.create(value: DomainStatus::SERVER_HOLD)
|
||||
domain.statuses << DomainStatus::SERVER_HOLD
|
||||
domain.save
|
||||
|
||||
xml = domain_update_xml({
|
||||
name: { value: domain.name },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue