From 56b7030901d24a88244be38daff4e2635741b7cf Mon Sep 17 00:00:00 2001 From: Nutomic Date: Wed, 27 Apr 2022 17:42:10 +0200 Subject: [PATCH] Fix link metadata unit test (#2237) --- crates/utils/src/request.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/utils/src/request.rs b/crates/utils/src/request.rs index c0593ffa..fb4949bd 100644 --- a/crates/utils/src/request.rs +++ b/crates/utils/src/request.rs @@ -303,7 +303,7 @@ mod tests { let sample_res = fetch_site_metadata(&client, &sample_url).await.unwrap(); assert_eq!( SiteMetadata { - title: Some("FAQ · Wiki · IzzyOnDroid / repo".to_string()), + title: Some("FAQ · Wiki · IzzyOnDroid / repo · GitLab".to_string()), description: Some( "The F-Droid compatible repo at https://apt.izzysoft.de/fdroid/".to_string() ), -- 2.44.1