mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Replace unreliable API URL
This commit is contained in:
parent
1935e52279
commit
34ec9b3d48
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue