mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 21:47:40 +03:00
Update src/client.rs
This commit is contained in:
parent
6509e58eb7
commit
4111916c73
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ async fn test_obfuscated_share_link() {
|
||||||
#[tokio::test(flavor = "multi_thread")]
|
#[tokio::test(flavor = "multi_thread")]
|
||||||
async fn test_share_link_strip_json() {
|
async fn test_share_link_strip_json() {
|
||||||
let link = "/17krzvz".into();
|
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)));
|
assert_eq!(canonical_path(link, 3).await, Ok(Some(canonical_link)));
|
||||||
}
|
}
|
||||||
#[tokio::test(flavor = "multi_thread")]
|
#[tokio::test(flavor = "multi_thread")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue