diff --git a/spec/epp/poll_spec.rb b/spec/epp/poll_spec.rb index 5be3ddaaa..b1639c546 100644 --- a/spec/epp/poll_spec.rb +++ b/spec/epp/poll_spec.rb @@ -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