mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
fix test
This commit is contained in:
parent
06727ff588
commit
f2e728765a
1 changed files with 1 additions and 1 deletions
|
|
@ -44,6 +44,6 @@ let run () =
|
|||
done
|
||||
|
||||
let () =
|
||||
T.Globals.service_name := Some "t1";
|
||||
T.Globals.service_name := "t1";
|
||||
T.Globals.service_namespace := Some "ocaml-otel.test";
|
||||
Opentelemetry_client_ocurl.with_setup run
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue