mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Fix another rubocop error
This commit is contained in:
parent
25f7c572c3
commit
57cc3868c3
1 changed files with 4 additions and 1 deletions
|
@ -1136,7 +1136,10 @@ describe 'EPP Domain', epp: true do
|
||||||
|
|
||||||
response = epp_request(domain_update_xml(xml_params, {}, {
|
response = epp_request(domain_update_xml(xml_params, {}, {
|
||||||
_anonymus: [
|
_anonymus: [
|
||||||
legalDocument: { value: 'JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBvYmoKPDwvTGVuZ3RoIDMgMCBSL0Zp==', attrs: { type: 'pdf' } }
|
legalDocument: {
|
||||||
|
value: 'JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBvYmoKPDwvTGVuZ3RoIDMgMCBSL0Zp==',
|
||||||
|
attrs: { type: 'pdf' }
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}), :xml)
|
}), :xml)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue