Replace unreliable API URL

This commit is contained in:
Thomas Zahner 2025-06-25 11:10:39 +02:00
parent 1935e52279
commit 34ec9b3d48

View file

@ -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")