Test fixes

This commit is contained in:
Martin Lensment 2015-01-16 16:14:57 +02:00
parent 07c3a58c26
commit fe74c0bd64
3 changed files with 9 additions and 7 deletions

View file

@ -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Ü')