You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ngot I've added a test for this for both Oak and Ako in 1.6.0.
I believe the issue is that in the sample test you are making a HEAD request which will discard the body, whereas in your curl request you are implicitly using a GET request, so the body is returned.
Issue
Setup:
When server response 4xx or 5xx, superdeno's response doesn't have body or text, so there is no way to test the HTTP body part.
curl:
The text was updated successfully, but these errors were encountered: