mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Add epp log view
This commit is contained in:
parent
360c2d3db8
commit
0544dbd3ff
13 changed files with 114 additions and 16 deletions
|
@ -67,7 +67,6 @@ describe 'EPP Session', epp: true do
|
|||
expect(response[:msg]).to match(/Already logged in. Use/)
|
||||
|
||||
log = ApiLog::EppLog.all
|
||||
|
||||
expect(log.length).to eq(3)
|
||||
expect(log[0].request_command).to eq('hello')
|
||||
expect(log[0].request_successful).to eq(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue