Update src/client.rs

This commit is contained in:
Matthew Esposito 2024-10-31 22:50:45 -04:00 committed by GitHub
parent 6509e58eb7
commit 4111916c73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -500,7 +500,7 @@ async fn test_obfuscated_share_link() {
#[tokio::test(flavor = "multi_thread")]
async fn test_share_link_strip_json() {
let link = "/17krzvz".into();
let canonical_link = "/17krzvz".into();
let canonical_link = "/comments/17krzvz".into();
assert_eq!(canonical_path(link, 3).await, Ok(Some(canonical_link)));
}
#[tokio::test(flavor = "multi_thread")]