steno
steno copied to clipboard
improve understanding of unmatched requests in interaction history
current unmatched counts reflect interactions that are in the scenario but didn't get match anything that happened. what about things that happened that didn't match any interactions in the scenario?
👍
I just started using this and when code is wrong, the python slack client just fails trying to parse JSON off the request because when the request is not matched, steno returns text/html and a 404.
Even catching this exception and calling /stop won't tell me what was expected and what was received.
Kind of hard to debug