Fix poll test

This commit is contained in:
Martin Lensment 2015-03-12 10:54:07 +02:00
parent 33f7920ad8
commit 05a8108cd9

View file

@ -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