mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Configure test to use builder instead of xml from file
This commit is contained in:
parent
4c15f8bcb9
commit
accf0d552e
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ describe 'EPP Domain', epp: true do
|
||||||
it 'updates a domain' do
|
it 'updates a domain' do
|
||||||
Fabricate(:contact, code: 'mak21')
|
Fabricate(:contact, code: 'mak21')
|
||||||
epp_request('domains/update_add_objects.xml')
|
epp_request('domains/update_add_objects.xml')
|
||||||
response = epp_request('domains/update.xml')
|
response = epp_request(domain_update_xml, :xml)
|
||||||
|
|
||||||
expect(response[:results][0][:result_code]).to eq('1000')
|
expect(response[:results][0][:result_code]).to eq('1000')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue