mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 18:59:38 +02:00
Epp contact tests now 10x faster
This commit is contained in:
parent
4e7b0e6104
commit
4401d8495e
9 changed files with 361 additions and 324 deletions
|
@ -124,6 +124,7 @@ class EppController < ApplicationController
|
|||
# rubocop: enable Style/PredicateName
|
||||
|
||||
def write_to_epp_log
|
||||
return nil if EPP_LOG_ENABLED
|
||||
request_command = params[:command] || params[:action] # error receives :command, other methods receive :action
|
||||
ApiLog::EppLog.create({
|
||||
request: params[:raw_frame] || params[:frame],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue