diff options
Diffstat (limited to 'components/net/tests/fetch.rs')
-rw-r--r-- | components/net/tests/fetch.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/tests/fetch.rs b/components/net/tests/fetch.rs index 4c0149b8f1a..3b0f18f1950 100644 --- a/components/net/tests/fetch.rs +++ b/components/net/tests/fetch.rs @@ -198,7 +198,7 @@ fn test_fetch_blob() { true, "http://www.example.org".into(), ); - let url = ServoUrl::parse(&format!("blob:{}{}", origin.as_str(), id.to_simple())).unwrap(); + let url = ServoUrl::parse(&format!("blob:{}{}", origin.as_str(), id.simple())).unwrap(); let mut request = Request::new( url, |