mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Fix keyrelay tests
This commit is contained in:
parent
d468068b96
commit
07c3a58c26
4 changed files with 13 additions and 12 deletions
|
@ -52,7 +52,7 @@ describe 'EPP Keyrelay', epp: true do
|
|||
expect(log[1].api_user_registrar).to eq('Elkdata')
|
||||
|
||||
expect(log[2].request_command).to eq('keyrelay')
|
||||
expect(log[2].request_object).to eq('domain')
|
||||
expect(log[2].request_object).to eq('keyrelay')
|
||||
expect(log[2].request_successful).to eq(true)
|
||||
expect(log[2].api_user_name).to eq('elkdata')
|
||||
expect(log[2].api_user_registrar).to eq('Elkdata')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue