This commit is contained in:
Felipe Noronha 2022-04-13 20:57:27 -03:00
parent 5b38a9dfe8
commit e30c009fa7

View File

@ -395,9 +395,7 @@ mod tests {
*response.headers_mut().unwrap() = headers_map.clone();
super::create_proxied_response(
response.body(()).unwrap()
);
super::create_proxied_response(response.body(()).unwrap());
});
}