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
Hey @MarcHagen, We have started working on this. It seems that our improvements in parsing responses have caused this issue. This will be fixed in the upcoming release.
I have checked the following:
Describe the bug
Still worked in: v1.37.0
Broke in: v1.38.0
I've some endpoints that return the raw value
"ok"
with Header content-type application/json.The assertion
res.body eq ok
now fails (afterres.body eq "ok"
also failsres.body: eq ""ok""
succeeds...Suspected PRs: #3706, #3676 but maybe others or more.
.bru file to reproduce the bug
Screenshots/Live demo link
The text was updated successfully, but these errors were encountered: