From b882a14161e186d1f40af4f8ae5c40dc04103fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 28 Jan 2024 02:52:45 +0100 Subject: [PATCH] fix(tests): update the expected output in cli tests (#1362) --- lychee-bin/tests/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lychee-bin/tests/cli.rs b/lychee-bin/tests/cli.rs index 67f9798..e31a156 100644 --- a/lychee-bin/tests/cli.rs +++ b/lychee-bin/tests/cli.rs @@ -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.", )); }