Update test

This commit is contained in:
Thomas Zahner 2025-05-12 09:24:09 +02:00
parent f067b92a58
commit a783ecc103

View file

@ -562,7 +562,7 @@ mod cli {
.failure()
.code(2)
.stdout(contains(
r#"[ERROR] https://github.com/mre/idiomatic-rust-doesnt-exist-man | Rejected status code: 404 Not Found (this depends on your "accept" configuration)"#
r#"[404] 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.",