mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 13:36:15 +02:00
Corrected integration tests
This commit is contained in:
parent
d150c1bc3d
commit
b86fac03b5
3 changed files with 4 additions and 3 deletions
|
@ -161,7 +161,7 @@ module Repp
|
|||
|
||||
def skip_webclient_user_cert_validation?
|
||||
!webclient_request? || request.headers['Requester'] == 'tara' ||
|
||||
Rails.env.development? || Rails.env.test?
|
||||
Rails.env.development?
|
||||
end
|
||||
|
||||
def auth_values_to_data(registrar:)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue