Getting TypeError: unusable when trying to read a binary request's body inside a test #2355
Unanswered
canrozanes
asked this question in
Q&A
Replies: 1 comment
-
Hi. The error likely means that you are reading the request body elsewhere during this handling without calling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some reason, I'm able to read the binary msw response body but not the request body.
I have few response read & write helpers
And my test
I saw this issue but updating to latest msw didn't fix it for me.
Is this a bug? I'm happy to open an issue if we think so.
Beta Was this translation helpful? Give feedback.
All reactions