From 34ec9b3d48c270ecce0d3c4e9d70a98f307870aa Mon Sep 17 00:00:00 2001 From: Thomas Zahner Date: Wed, 25 Jun 2025 11:10:39 +0200 Subject: [PATCH] Replace unreliable API URL --- 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 0888dfe..be8a23a 100644 --- a/lychee-bin/tests/cli.rs +++ b/lychee-bin/tests/cli.rs @@ -1622,7 +1622,7 @@ mod cli { #[test] fn test_prevent_too_many_redirects() -> Result<()> { let mut cmd = main_command(); - let url = "https://httpstat.us/308"; + let url = "https://http.codes/308"; cmd.write_stdin(url) .arg("--max-redirects")