Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jan 5, 2025
1 parent 22df407 commit 31c2558
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib_test/helper_server.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ open Eio.Std
open Piaf

let ( // ) = Filename.concat

let cert_path =
Option.get Cert_sites.sourceroot // "piaf" // "lib_test" // "certificates"
let cert_path = Option.get Cert_sites.sourceroot // "lib_test" // "certificates"

let request_handler { Server.request; _ } =
let response_body =
Expand Down

0 comments on commit 31c2558

Please sign in to comment.