FullstackRustDemo
FullstackRustDemo copied to clipboard
Write proper Integration tests using the rocket client
use:
-
let data = response.body_string() -
serde_json::from_str(data).unwrap()