Adapt tested path

This commit is contained in:
Matthias Beyer 2019-05-30 10:57:22 +02:00
parent 14ea375ca4
commit 7f2e4c8442
1 changed files with 1 additions and 1 deletions

View File

@ -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());