finos / symphony-bdk-python

Symphony Python Bot Development Kit (BDK)
https://symphony-bdk-python.finos.org/
Apache License 2.0
31 stars 34 forks source link

Fixed bug with message.data in InputTokenizer #305

Closed ystxn closed 2 years ago

ystxn commented 2 years ago

Description

Closes #304

Incoming message payload might not have data field, causing InputTokenizer to throw error

ystxn commented 2 years ago

Can we add a unit test that would fail before this change and gets fixed now?

done