fix(tests): update the expected output in cli tests (#1362)

This commit is contained in:
Orhun Parmaksız 2024-01-28 02:52:45 +01:00 committed by GitHub
parent 6306883cc2
commit b882a14161
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.",
));
}