File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ let test04 =
5050 {
5151 Smart_git.Endpoint. scheme = `Git ;
5252 host = `Domain v;
53- path = " mirage/ocaml.git" ;
53+ path = " / mirage/ocaml.git" ;
5454 } ->
5555 Alcotest. (check domain_name) " github.com" v github_com
5656 | Ok v -> Alcotest. failf " Unexpeted Git endpoint: %a" Smart_git.Endpoint. pp v
@@ -63,7 +63,7 @@ let test05 =
6363 {
6464 Smart_git.Endpoint. scheme = `HTTP [] ;
6565 host = `Domain v;
66- path = " mirage/ocaml.git" ;
66+ path = " / mirage/ocaml.git" ;
6767 } ->
6868 Alcotest. (check domain_name) " github.com" v github_com
6969 | Ok v -> Alcotest. failf " Unexpeted Git endpoint: %a" Smart_git.Endpoint. pp v
@@ -76,7 +76,7 @@ let test06 =
7676 {
7777 Smart_git.Endpoint. scheme = `HTTP [] ;
7878 host = `Addr v;
79- path = " mirage/ocaml.git" ;
79+ path = " / mirage/ocaml.git" ;
8080 } ->
8181 Alcotest. (check ipaddr) " 10.0.0.0" v private_network
8282 | Ok v -> Alcotest. failf " Unexpeted Git endpoint: %a" Smart_git.Endpoint. pp v
You can’t perform that action at this time.
0 commit comments