Skip to content

Commit d07c194

Browse files
cloudant-sdks-automationmojito317
authored andcommitted
build(generated): update generator to 3.86.0
Generated SDK source code using: - Generator version 3.86.0 - Specification version 1.0.0-dev0.1.6 - Automation (cloudant-sdks) version 710f6c4 Signed-off-by: cloudant-sdks-automation <[email protected]>
1 parent ed37003 commit d07c194

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

test/integration/test_cloudant_v1.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def test_post_document(self):
238238
# Construct a dict representation of a Attachment model
239239
attachment_model = {
240240
'content_type': 'testString',
241-
'data': b'This is a mock byte array value.'.decode('utf-8'),
241+
'data': 'VGhpcyBpcyBhIG1vY2sgYnl0ZSBhcnJheSB2YWx1ZS4=',
242242
'digest': 'testString',
243243
'encoded_length': 0,
244244
'encoding': 'testString',
@@ -389,7 +389,7 @@ def test_post_bulk_docs(self):
389389
# Construct a dict representation of a Attachment model
390390
attachment_model = {
391391
'content_type': 'testString',
392-
'data': b'This is a mock byte array value.'.decode('utf-8'),
392+
'data': 'VGhpcyBpcyBhIG1vY2sgYnl0ZSBhcnJheSB2YWx1ZS4=',
393393
'digest': 'testString',
394394
'encoded_length': 0,
395395
'encoding': 'testString',
@@ -617,7 +617,7 @@ def test_put_document(self):
617617
# Construct a dict representation of a Attachment model
618618
attachment_model = {
619619
'content_type': 'testString',
620-
'data': b'This is a mock byte array value.'.decode('utf-8'),
620+
'data': 'VGhpcyBpcyBhIG1vY2sgYnl0ZSBhcnJheSB2YWx1ZS4=',
621621
'digest': 'testString',
622622
'encoded_length': 0,
623623
'encoding': 'testString',
@@ -702,7 +702,7 @@ def test_put_design_document(self):
702702
# Construct a dict representation of a Attachment model
703703
attachment_model = {
704704
'content_type': 'testString',
705-
'data': b'This is a mock byte array value.'.decode('utf-8'),
705+
'data': 'VGhpcyBpcyBhIG1vY2sgYnl0ZSBhcnJheSB2YWx1ZS4=',
706706
'digest': 'testString',
707707
'encoded_length': 0,
708708
'encoding': 'testString',
@@ -1472,7 +1472,7 @@ def test_put_replication_document(self):
14721472
# Construct a dict representation of a Attachment model
14731473
attachment_model = {
14741474
'content_type': 'testString',
1475-
'data': b'This is a mock byte array value.'.decode('utf-8'),
1475+
'data': 'VGhpcyBpcyBhIG1vY2sgYnl0ZSBhcnJheSB2YWx1ZS4=',
14761476
'digest': 'testString',
14771477
'encoded_length': 0,
14781478
'encoding': 'testString',
@@ -1779,7 +1779,7 @@ def test_put_local_document(self):
17791779
# Construct a dict representation of a Attachment model
17801780
attachment_model = {
17811781
'content_type': 'testString',
1782-
'data': b'This is a mock byte array value.'.decode('utf-8'),
1782+
'data': 'VGhpcyBpcyBhIG1vY2sgYnl0ZSBhcnJheSB2YWx1ZS4=',
17831783
'digest': 'testString',
17841784
'encoded_length': 0,
17851785
'encoding': 'testString',

0 commit comments

Comments
 (0)