mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 21:54:48 +02:00
mend
This commit is contained in:
parent
ac50634a00
commit
8f4f2509ef
2 changed files with 3 additions and 1 deletions
|
@ -1 +1 @@
|
|||
2.7.2
|
||||
2.6.5
|
||||
|
|
|
@ -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"?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue