FullstackRustDemo icon indicating copy to clipboard operation
FullstackRustDemo copied to clipboard

Write proper Integration tests using the rocket client

Open hgzimmerman opened this issue 7 years ago • 0 comments

use:

  • let data = response.body_string()
  • serde_json::from_str(data).unwrap()

hgzimmerman avatar Feb 12 '18 20:02 hgzimmerman