Bug: middleware breaks view assertions by converting response content to string #188
bakerkretzmar
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the middleware included in this package causes all response content to be plain strings instead of View objects, breaking lots of built-in test assertions like
assertViewIs()
,assertViewHas()
, etc.Happy to work on a PR if I have time, would be great if an issue could be opened for this or a note added to the docs so that users can be aware of this limitation.
Beta Was this translation helpful? Give feedback.
All reactions