mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Fix all tests
This commit is contained in:
parent
9def6a7c27
commit
48710b41f7
4 changed files with 5 additions and 6 deletions
|
@ -31,7 +31,7 @@ describe 'EPP Session', epp: true do
|
|||
response = epp_plain_request('domains/create.xml')
|
||||
expect(response[:result_code]).to eq('2002')
|
||||
expect(response[:msg]).to eq('You need to login first.')
|
||||
expect(response[:clTRID]).to eq('dpbx005#10-01-29at19:21:47')
|
||||
expect(response[:clTRID]).to eq('ABC-12345')
|
||||
end
|
||||
|
||||
context 'with valid user' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue