Fixign tests

This commit is contained in:
Tomasz Drwięga
2016-09-02 10:10:51 +02:00
parent 9f8482e968
commit d0bc80e58a
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ fn should_serve_apps() {
// then
assert_eq!(response.status, "HTTP/1.1 200 OK".to_owned());
assert_eq!(response.headers.get(0).unwrap(), "Content-Type: application/json");
assert!(response.body.contains("Parity Home Screen"));
assert!(response.body.contains("Parity Home Screen"), response.body);
}
#[test]