mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05: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
|
done
|
||||||
|
|
||||||
let () =
|
let () =
|
||||||
T.Globals.service_name := Some "t1";
|
T.Globals.service_name := "t1";
|
||||||
T.Globals.service_namespace := Some "ocaml-otel.test";
|
T.Globals.service_namespace := Some "ocaml-otel.test";
|
||||||
Opentelemetry_client_ocurl.with_setup run
|
Opentelemetry_client_ocurl.with_setup run
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue