mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Contact creation improvements
This commit is contained in:
parent
acb65c47d6
commit
6a456240fa
7 changed files with 39 additions and 7 deletions
|
@ -11,7 +11,9 @@ describe 'EPP Contact', epp: true do
|
|||
response = epp_request('contacts/create.xml')
|
||||
expect(response[:result_code]).to eq('1000')
|
||||
expect(response[:msg]).to eq('Command completed successfully')
|
||||
expect(response[:clTRID]).to eq('ABC-12345')
|
||||
expect(response[:clTRID]).to eq('neka005#10-02-08at13:51:37')
|
||||
|
||||
expect(Contact.count).to eq(1)
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue