mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Fix poll test
This commit is contained in:
parent
33f7920ad8
commit
05a8108cd9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ describe 'EPP Poll', epp: true do
|
|||
log.request_object.should == 'poll'
|
||||
log.request_successful.should == true
|
||||
log.api_user_name.should == '1-api-registrar1'
|
||||
log.api_user_registrar.should == 'Registrar 0'
|
||||
log.api_user_registrar.should == @registrar1.name
|
||||
log.request.should_not be_blank
|
||||
log.response.should_not be_blank
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue