Revert deletions of client_error and friends.
This commit is contained in:
committed by
Martin Algesten
parent
64ebd47979
commit
18a9b08973
@@ -175,6 +175,7 @@ pub fn no_status_text() {
|
||||
test::make_response(200, "", vec![], vec![])
|
||||
});
|
||||
let resp = get("test://host/no_status_text").call().unwrap();
|
||||
assert!(resp.ok());
|
||||
assert_eq!(resp.status(), 200);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user