This commit is contained in:
Rob Ede 2021-02-24 02:38:14 +00:00
parent 56456197ab
commit 3eb4a061ac
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 1 additions and 1 deletions

View File

@ -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");