diff --git a/spec/epp/contact_spec.rb b/spec/epp/contact_spec.rb index b5130cc67..789153cca 100644 --- a/spec/epp/contact_spec.rb +++ b/spec/epp/contact_spec.rb @@ -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' } } }