mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
List EPP routes explicitly
This commit is contained in:
parent
ddaf9c9cbf
commit
cb3bf7ffdc
26 changed files with 145 additions and 120 deletions
|
@ -9,7 +9,7 @@ class EppHelloTest < EppTestCase
|
|||
</epp>
|
||||
XML
|
||||
|
||||
get '/epp/session/hello', { frame: request_xml }, 'HTTP_COOKIE' => 'session=non-existent'
|
||||
get epp_hello_path, { frame: request_xml }, '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