This commit is contained in:
Oleg Hasjanov 2021-02-04 14:02:48 +02:00
parent ac50634a00
commit 8f4f2509ef
2 changed files with 3 additions and 1 deletions

View file

@ -1 +1 @@
2.7.2
2.6.5

View file

@ -46,6 +46,7 @@ class EppContactInfoBaseTest < EppTestCase
def test_get_info_about_contact_with_prefix
@contact.update_columns(code: 'TEST:JOHN-001')
assert @contact.code, 'TEST:JOHN-001'
request_xml = <<-XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
@ -71,6 +72,7 @@ class EppContactInfoBaseTest < EppTestCase
def test_get_info_about_contact_without_prefix
@contact.update_columns(code: 'TEST:JOHN-001')
assert @contact.code, 'TEST:JOHN-001'
request_xml = <<-XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>