mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-18 12:11:14 +00:00
fix(test_cookie_jar): use google.com/ncr (#1336)
google.com might redirect to other domains, causing cookie_jar test to fail.
This commit is contained in:
parent
aacca04174
commit
704126eab4
1 changed files with 1 additions and 1 deletions
|
|
@ -1339,7 +1339,7 @@ mod cli {
|
|||
.arg("-")
|
||||
// Using Google as a test target because I couldn't
|
||||
// get the mock server to work with the cookie jar
|
||||
.write_stdin("https://google.com")
|
||||
.write_stdin("https://google.com/ncr")
|
||||
.assert()
|
||||
.success();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue