1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

add error to message in test helper func (#1812)

This commit is contained in:
Petar Dambovaliev
2020-12-04 20:57:56 +01:00
committed by GitHub
parent d0c6ca7671
commit b75a9b7a20
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,11 @@
# Changes
## Unreleased - 2020-xx-xx
### Fixed
* added the actual parsing error to `test::read_body_json` [#1812]
[#1812]: https://github.com/actix/actix-web/pull/1812
## 3.3.2 - 2020-12-01