Hello, when testing a provider is there a way to check what it has sent and what the mock consumer has consumed?
I am running a provider test and getting this error :
$ -> Actual map is missing the following keys: body, created_time, from, id, raw, thid, to, type
I would like to compare debug by checking what the provider has passed to the mock consumer as attributes. Thanks