mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Update test
This commit is contained in:
parent
341f75e11b
commit
2dfaef74ff
1 changed files with 1 additions and 1 deletions
|
|
@ -562,7 +562,7 @@ mod cli {
|
|||
.failure()
|
||||
.code(2)
|
||||
.stdout(contains(
|
||||
"[404] https://github.com/mre/idiomatic-rust-doesnt-exist-man | Network error: Not Found"
|
||||
r#"[ERROR] https://github.com/mre/idiomatic-rust-doesnt-exist-man | Rejected status code: 404 Not Found (this depends on your "accept" configuration)"#
|
||||
))
|
||||
.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