Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Aug 13, 2024
1 parent 74241ac commit bd6045c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lychee-bin/tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ mod cli {
.failure()
.code(2)
.stdout(contains(
"[404] https://github.com/mre/idiomatic-rust-doesnt-exist-man | Failed: Network error: Not Found"
"[404] https://github.com/mre/idiomatic-rust-doesnt-exist-man"
))
.stderr(contains(
"There were issues with GitHub URLs. You could try setting a GitHub token and running lychee again.",
Expand Down

0 comments on commit bd6045c

Please sign in to comment.