mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 02:39:37 +02:00
Style fixes
This commit is contained in:
parent
0a9daae72f
commit
96befb4816
2 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,7 @@ describe 'EPP Contact', epp: true do
|
|||
|
||||
it 'successfully saves ident type' do
|
||||
xml = { ident: { value: '37605030299', attrs: { type: 'birthday' } } }
|
||||
response = epp_request(create_contact_xml(xml), :xml)
|
||||
epp_request(create_contact_xml(xml), :xml)
|
||||
expect(Contact.last.ident_type).to eq('birthday')
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue