format code
This commit is contained in:
parent
e992f7a3ce
commit
530063f8ff
@ -162,8 +162,5 @@ async fn test_route() {
|
||||
let request_str = "POST /get/ HTTP/1.1\r\n\r\n";
|
||||
|
||||
let response: HTTPResponse = router.route(request_str, config).await;
|
||||
assert_eq!(
|
||||
HTTPStatusCode::Http400,
|
||||
response.get_status_code()
|
||||
);
|
||||
assert_eq!(HTTPStatusCode::Http400, response.get_status_code());
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user