···8080 Done
8181 ]
8282 history;
8383- let uri = (URI.of_string_exn "http://localhost/t8/") in
8383+ let uri = (URI.of_string_exn "http://forest.local/t8/") in
8484 let path =
8585 match forest.@{uri} with
8686 | Some (Article {frontmatter = {source_path; _}; _}) ->
···136136 let@ () = Reporter.easy_run in
137137 let forest = Driver.batch_run ~env ~config ~dev: false in
138138 let path =
139139- match forest.@{URI.of_string_exn "http://localhost/t8/"} with
139139+ match forest.@{URI.of_string_exn "http://forest.local/t8/"} with
140140 | Some (Article {frontmatter = {source_path; _}; _}) -> source_path
141141 | Some _ ->
142142 Alcotest.fail "not an article"