Skip to content

Commit

Permalink
fix resource test after rebase on master
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Feb 29, 2020
1 parent b6db71b commit 0d28e0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{"1.1.0",
[{<<"opentelemetry_api">>,
{git,"https://github.com/tsloughter/opentelemetry-erlang-api",
{ref,"f78c4b231d397c0f9453c3b815899ce628cd7002"}},
0},
{<<"wts">>,{pkg,<<"wts">>,<<"0.4.0">>},0}]}.
[{<<"wts">>,{pkg,<<"wts">>,<<"0.4.0">>},0}]}.
[
{pkg_hash,[
{<<"wts">>, <<"62D9DC400AD29F0D233F0665B9C75C8F8EB0A8AF75EEC921056BA4A73B0605A2">>}]}
Expand Down
2 changes: 1 addition & 1 deletion test/ot_resource_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ init_per_suite(Config) ->
os:putenv("OTEL_RESOURCE_LABELS", "service.name=cttest,service.version=1.1.1"),

application:load(opentelemetry),
application:set_env(opentelemetry, processors, [{ot_batch_processor, [{scheduled_delay_ms, 1}]}]),
application:set_env(opentelemetry, processors, [{ot_batch_processor, #{scheduled_delay_ms => 1}}]),
{ok, _} = application:ensure_all_started(opentelemetry),
Config.

Expand Down

0 comments on commit 0d28e0d

Please sign in to comment.