mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 14:36:22 +02:00
Refactored EppRequestable module
This commit is contained in:
parent
1fba3a731c
commit
a55a2f922a
2 changed files with 30 additions and 28 deletions
|
@ -21,7 +21,9 @@ class ReppV1RegistrarXmlConsoleTest < ActionDispatch::IntegrationTest
|
|||
end
|
||||
|
||||
def test_check_schema_path
|
||||
post repp_v1_registrar_xml_console_path, params: { xml_console: { payload: payload } }.to_json,
|
||||
@auth_headers['Content-Type'] = 'application/json'
|
||||
params = { xml_console: { payload: payload } }
|
||||
post repp_v1_registrar_xml_console_path, params: params.to_json,
|
||||
headers: @auth_headers
|
||||
|
||||
assert_response :ok
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue