Switch rest of the tests to point to the internet archive urls.

This commit is contained in:
Jordan Petridis
2018-01-26 17:25:35 +02:00
parent df85a4ea9e
commit 39aa86157b
4 changed files with 13 additions and 8 deletions
+2 -2
View File
@@ -225,7 +225,7 @@ mod tests {
// to run it.
#[ignore]
fn test_cache_image() {
let url = "http://www.newrustacean.com/feed.xml";
let url = "https://web.archive.org/web/20180120110727if_/https://rss.acast.com/thetipoff";
// Create and index a source
let source = Source::from_url(url).unwrap();
// Copy it's id
@@ -238,7 +238,7 @@ mod tests {
let img_path = cache_image(&pd);
let foo_ = format!(
"{}{}/cover.png",
"{}{}/cover.jpeg",
HAMMOND_CACHE.to_str().unwrap(),
pd.title()
);