mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 15:14:47 +02:00
parent
6f1f121e92
commit
2ce4fa9ce0
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ class EppLoginTest < ActionDispatch::IntegrationTest
|
||||||
assert_equal 1, Nokogiri::XML(response.body).css('result').size
|
assert_equal 1, Nokogiri::XML(response.body).css('result').size
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def test_already_logged_in
|
||||||
|
assert true # Handled by mod_epp
|
||||||
|
end
|
||||||
|
|
||||||
def test_wrong_credentials
|
def test_wrong_credentials
|
||||||
request_xml = <<-XML
|
request_xml = <<-XML
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue