pedestal

ccann 2018-12-14T18:04:06.028500Z

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

2018-12-14T18:29:19.029Z

@ccann not as far as I know

ccann 2018-12-14T18:29:56.029600Z

okay, I will file a ticket for the multipart issue when I find the time!