mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 22:54:47 +02:00
parent
bb108efedd
commit
fa52001be6
141 changed files with 1388 additions and 1664 deletions
|
@ -9,7 +9,8 @@ class EppHelloTest < EppTestCase
|
|||
</epp>
|
||||
XML
|
||||
|
||||
get epp_hello_path, { frame: request_xml }, 'HTTP_COOKIE' => 'session=non-existent'
|
||||
get epp_hello_path, params: { frame: request_xml },
|
||||
headers: { 'HTTP_COOKIE' => 'session=non-existent' }
|
||||
|
||||
response_xml = Nokogiri::XML(response.body)
|
||||
assert_equal 'EPP server (EIS)', response_xml.at_css('greeting > svID').text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue