-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Hello,
Firstly, thank you for this project.
We used your pack today and we're stuck with an error :
The content we send via rabbit for our tests :
Unless I'm mistaken, if the _deserialize_body function works and returns a dict, then the decode() function crashes in all cases.
Shouldn't the decode function be set before the _deserialize_body ?

