Skip to content

Commit 0f3f568

Browse files
Fix e2e tests
1 parent 604ab7f commit 0f3f568

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/hostnet_test/test_http.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ let test_http_connect_tunnel proxy () =
730730
| Ok flow ->
731731
Log.info (fun f -> f "Connected to %s:3128" (Ipaddr.V4.to_string primary_dns_ip));
732732
let oc = Outgoing.C.create flow in
733-
let host = "www.mobyproject.org" in
733+
let host = "neverssl.com" in
734734
let request = Cohttp.Request.make ~meth:`GET (Uri.make ~host ()) in
735735
Outgoing.Request.write ~flush:true (fun _writer -> Lwt.return_unit) request oc
736736
>>= fun () ->
@@ -960,7 +960,7 @@ let test_http_connect_tunnel proxy () =
960960
| Ok flow ->
961961
Log.info (fun f -> f "Connected to %s:3128" (Ipaddr.V4.to_string primary_dns_ip));
962962
let oc = Outgoing.C.create flow in
963-
let host = "www.mobyproject.org" in
963+
let host = "neverssl.com" in
964964
let request = Cohttp.Request.make ~meth:`HEAD (Uri.make ~host ()) in
965965
Outgoing.Request.write ~flush:true (fun _writer -> Lwt.return_unit) request oc
966966
>>= fun () ->

0 commit comments

Comments
 (0)