mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 18:59:38 +02:00
Test fixes
This commit is contained in:
parent
07c3a58c26
commit
fe74c0bd64
3 changed files with 9 additions and 7 deletions
|
@ -33,7 +33,7 @@ describe 'EPP Poll', epp: true do
|
|||
expect(log[1].api_user_registrar).to eq('Registrar OÜ')
|
||||
|
||||
expect(log[2].request_command).to eq('poll')
|
||||
expect(log[2].request_object).to eq(nil)
|
||||
expect(log[2].request_object).to eq('poll')
|
||||
expect(log[2].request_successful).to eq(true)
|
||||
expect(log[2].api_user_name).to eq('zone')
|
||||
expect(log[2].api_user_registrar).to eq('Registrar OÜ')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue