diff --git a/lychee-bin/tests/cli.rs b/lychee-bin/tests/cli.rs index c91660bc1e..646f353d89 100644 --- a/lychee-bin/tests/cli.rs +++ b/lychee-bin/tests/cli.rs @@ -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.",