anyone else have issues with response-for
not behaving the same way as the server does outside of the test environment?
e.g. my buddy authorization middleware doesn’t add the identity to the request
e.g. my multipart params middleware doesn’t add the params to the request
the interceptors are in the chain, and they run, but downstream the data is missing
edit: the authentication works
@ccann not as far as I know
okay, I will file a ticket for the multipart issue when I find the time!