mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Fix all tests
This commit is contained in:
parent
9def6a7c27
commit
48710b41f7
4 changed files with 5 additions and 6 deletions
|
@ -11,7 +11,7 @@ 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('neka005#10-02-08at13:51:37')
|
||||
expect(response[:clTRID]).to eq('ABC-12345')
|
||||
|
||||
expect(Contact.count).to eq(1)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue