Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make sure to set content-type for file type (#3837)
This PR fixes a hidden bug that has been here since some time, where the response headers content-type was not set. This will failed if the user is using the client, as the fake_req actually will try to get the content-type from the headers.
- Loading branch information