1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00
This commit is contained in:
Rob Ede
2023-03-14 02:36:22 +00:00
parent fd7d4c8a23
commit 0c820844c8
3 changed files with 316 additions and 324 deletions

View File

@ -96,7 +96,7 @@ mod tests {
let req = test::TestRequest::post()
.uri("/")
.set_json(&MyObj {
.set_json(MyObj {
name: "my-name".to_owned(),
number: 43,
})