mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-17 05:00:26 +00:00
fix(tests): update the expected output in cli tests (#1362)
This commit is contained in:
parent
6306883cc2
commit
b882a14161
1 changed files with 1 additions and 1 deletions
|
|
@ -387,7 +387,7 @@ mod cli {
|
|||
.stdout(contains(
|
||||
"✗ [404] https://github.com/mre/idiomatic-rust-doesnt-exist-man | Failed: Network error: Not Found"
|
||||
))
|
||||
.stdout(contains(
|
||||
.stderr(contains(
|
||||
"There were issues with Github URLs. You could try setting a Github token and running lychee again.",
|
||||
));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue