diff --git a/test/integration/epp/session/login_test.rb b/test/integration/epp/session/login_test.rb index 2be7e09a5..c268ab1eb 100644 --- a/test/integration/epp/session/login_test.rb +++ b/test/integration/epp/session/login_test.rb @@ -31,6 +31,10 @@ class EppLoginTest < ActionDispatch::IntegrationTest assert_equal 1, Nokogiri::XML(response.body).css('result').size end + def test_already_logged_in + assert true # Handled by mod_epp + end + def test_wrong_credentials request_xml = <<-XML