From 05a8108cd9f0e45945ffb3058242aedff06353a3 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Thu, 12 Mar 2015 10:54:07 +0200 Subject: [PATCH] Fix poll test --- spec/epp/poll_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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