remove this change.

This commit is contained in:
Asher Foa 2020-01-23 10:16:12 -08:00
parent d9d055c75d
commit b4127040d1

View File

@ -208,7 +208,7 @@ def test_message_with_complex_attributes():
"ccc": {"StringValue": "testjunk", "DataType": "String"},
"aaa": {"BinaryValue": b"\x02\x03\x04", "DataType": "Binary"},
"zzz": {"DataType": "Number", "StringValue": "0230.01"},
"öthere_encodings": {"DataType": "String", "StringValue": "T\xFCst"},
"öther_encodings": {"DataType": "String", "StringValue": "T\xFCst"},
},
)
msg.get("MD5OfMessageBody").should.equal("58fd9edd83341c29f1aebba81c31e257")