mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 13:36:15 +02:00
Corrected integration test
This commit is contained in:
parent
cbe78e505b
commit
684f80891a
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class ReppV1BaseTest < ActionDispatch::IntegrationTest
|
|||
|
||||
Repp::V1::BaseController.stub_any_instance(:webclient_request?, true) do
|
||||
Repp::V1::BaseController.stub_any_instance(:validate_webclient_ca, true) do
|
||||
get repp_v1_contacts_path, headers: @auth_headers.merge!({ 'X-Client-IP' => whiteip.ipv4 })
|
||||
get repp_v1_contacts_path, headers: @auth_headers.merge!({ 'Request-IP' => whiteip.ipv4 })
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue