Strory#110308584 - legal document should be bigger by new standard

This commit is contained in:
Vladimir Krylov 2016-06-06 14:13:20 +03:00
parent e1dc3b389f
commit b965509892

View file

@ -26,13 +26,13 @@ describe 'EPP Contact', epp: true do
attrs: { type: 'priv', cc: 'EE' } attrs: { type: 'priv', cc: 'EE' }
}, },
legalDocument: { legalDocument: {
value: 'dGVzdCBmYWlsCg==', value: Base64.encode64('S' * 4.kilobytes),
attrs: { type: 'pdf' } attrs: { type: 'pdf' }
} }
} }
@update_extension = { @update_extension = {
legalDocument: { legalDocument: {
value: 'dGVzdCBmYWlsCg==', value: Base64.encode64('S' * 4.kilobytes),
attrs: { type: 'pdf' } attrs: { type: 'pdf' }
} }
} }
@ -116,7 +116,7 @@ describe 'EPP Contact', epp: true do
attrs: { type: 'birthday', cc: 'US' } attrs: { type: 'birthday', cc: 'US' }
}, },
legalDocument: { legalDocument: {
value: 'dGVzdCBmYWlsCg==', value: Base64.encode64('S' * 4.kilobytes),
attrs: { type: 'pdf' } attrs: { type: 'pdf' }
} }
} }