]> Untitled Git - lemmy.git/commitdiff
Remove youtube metadata test
authorFelix Ableitner <me@nutomic.com>
Tue, 17 May 2022 14:26:36 +0000 (16:26 +0200)
committerFelix Ableitner <me@nutomic.com>
Tue, 17 May 2022 14:26:36 +0000 (16:26 +0200)
crates/api_common/src/request.rs

index 7e3b2152cbbdbf4618b2007522cd42f298b775d1..fa48e8703b51722cf15acfa9f482f2808a40712a 100644 (file)
@@ -252,16 +252,6 @@ mod tests {
       },
       sample_res
     );
-
-    let youtube_url = Url::parse("https://www.youtube.com/watch?v=IquO_TcMZIQ").unwrap();
-    let youtube_res = fetch_site_metadata(&client, &youtube_url).await.unwrap();
-    assert_eq!(
-      SiteMetadata {
-        title: Some("A Hard Look at Rent and Rent Seeking with Michael Hudson & Pepe Escobar".to_string()),
-        description: Some("An interactive discussion on wealth inequality and the “Great Game” on the control of natural resources.In this webinar organized jointly by the Henry George...".to_string()),
-        image: Some(Url::parse("https://i.ytimg.com/vi/IquO_TcMZIQ/maxresdefault.jpg").unwrap()),
-        html: None,
-      }, youtube_res);
   }
 
   // #[test]