mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
Fix link metadata unit test (#2237)
This commit is contained in:
parent
3488b9aeb5
commit
56b7030901
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue