mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Strory#110308584 - legal document should be bigger by new standard
This commit is contained in:
parent
e1dc3b389f
commit
b965509892
1 changed files with 3 additions and 3 deletions
|
@ -26,13 +26,13 @@ describe 'EPP Contact', epp: true do
|
|||
attrs: { type: 'priv', cc: 'EE' }
|
||||
},
|
||||
legalDocument: {
|
||||
value: 'dGVzdCBmYWlsCg==',
|
||||
value: Base64.encode64('S' * 4.kilobytes),
|
||||
attrs: { type: 'pdf' }
|
||||
}
|
||||
}
|
||||
@update_extension = {
|
||||
legalDocument: {
|
||||
value: 'dGVzdCBmYWlsCg==',
|
||||
value: Base64.encode64('S' * 4.kilobytes),
|
||||
attrs: { type: 'pdf' }
|
||||
}
|
||||
}
|
||||
|
@ -116,7 +116,7 @@ describe 'EPP Contact', epp: true do
|
|||
attrs: { type: 'birthday', cc: 'US' }
|
||||
},
|
||||
legalDocument: {
|
||||
value: 'dGVzdCBmYWlsCg==',
|
||||
value: Base64.encode64('S' * 4.kilobytes),
|
||||
attrs: { type: 'pdf' }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue