Adapt tested path
This commit is contained in:
parent
14ea375ca4
commit
7f2e4c8442
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ mod tests {
|
||||||
assert!(result.is_ok(), "Should be Ok(()): {:?}", result);
|
assert!(result.is_ok(), "Should be Ok(()): {:?}", result);
|
||||||
|
|
||||||
// The hash of "http://example.com" processed in the `libimagentrylink` way.
|
// The hash of "http://example.com" processed in the `libimagentrylink` way.
|
||||||
let expected_link = "links/external/9c17e047f58f9220a7008d4f18152fee4d111d14";
|
let expected_link = "url/external/9c17e047f58f9220a7008d4f18152fee4d111d14";
|
||||||
{
|
{
|
||||||
let base_links = base.get_internal_links();
|
let base_links = base.get_internal_links();
|
||||||
assert!(base_links.is_ok());
|
assert!(base_links.is_ok());
|
||||||
|
|
Loading…
Reference in a new issue