mirror of https://github.com/fafhrd91/actix-net
fmt
This commit is contained in:
parent
56456197ab
commit
3eb4a061ac
|
@ -835,7 +835,7 @@ mod tests {
|
|||
#[test]
|
||||
fn test_parse_urlencoded_param() {
|
||||
use std::convert::TryFrom;
|
||||
|
||||
|
||||
let re = ResourceDef::new("/user/{id}/test");
|
||||
|
||||
let mut path = Path::new("/user/2345/test");
|
||||
|
|
Loading…
Reference in New Issue