From 2ce4fa9ce091035c9483500e8eeee7a691d9f23a Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Wed, 14 Feb 2018 01:14:59 +0200 Subject: [PATCH] Document test #700 --- test/integration/epp/session/login_test.rb | 4 ++++ 1 file changed, 4 insertions(+) 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