aboutsummaryrefslogtreecommitdiffstats
path: root/tests/route_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/route_tests.rs')
-rw-r--r--tests/route_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/route_tests.rs b/tests/route_tests.rs
index 5c2d891..55a536d 100644
--- a/tests/route_tests.rs
+++ b/tests/route_tests.rs
@@ -98,7 +98,7 @@ sQIDAQAB
98 98
99 assert_eq!(res.status(), StatusCode::OK); 99 assert_eq!(res.status(), StatusCode::OK);
100 100
101 let expected_json_body = r#"[{"by":"source_public_key_signature","source":"source_public_key_signature","target":"target_public_key_signature","amount":3,"timestamp":"2021-04-13T20:55:30"}]"#; 101 let expected_json_body = r#"{"source_public_key_signature":{"by":"source_public_key_signature","source":"source_public_key_signature","target":"target_public_key_signature","amount":3,"timestamp":"2021-04-13T20:55:30"}}"#;
102 102
103 assert_eq!(res.body(), expected_json_body); 103 assert_eq!(res.body(), expected_json_body);
104 } 104 }