From e2d18e191f70560c90f5544a0f25fca4e83a0e80 Mon Sep 17 00:00:00 2001 From: Mikhail Uvarov Date: Mon, 9 Oct 2023 12:36:27 +0200 Subject: [PATCH] Use main branch of CETS Fix indention --- big_tests/tests/graphql_token_SUITE.erl | 2 +- rebar.config | 2 +- rebar.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/big_tests/tests/graphql_token_SUITE.erl b/big_tests/tests/graphql_token_SUITE.erl index c3700d5b46..fb06a468c4 100644 --- a/big_tests/tests/graphql_token_SUITE.erl +++ b/big_tests/tests/graphql_token_SUITE.erl @@ -84,7 +84,7 @@ end_per_suite(Config) -> required_modules(Config) -> KeyOpts = #{keys => #{token_secret => ram, - provision_pre_shared => ram}, + provision_pre_shared => ram}, backend => ct_helper:get_preset_var(Config, keystore_backend, mnesia)}, KeyStoreOpts = config_parser_helper:mod_config(mod_keystore, KeyOpts), [{mod_keystore, KeyStoreOpts}, diff --git a/rebar.config b/rebar.config index b0b20f5516..d0eaebbf83 100644 --- a/rebar.config +++ b/rebar.config @@ -80,7 +80,7 @@ {cache_tab, "1.0.30"}, {segmented_cache, "0.3.0"}, {worker_pool, "6.0.1"}, - {cets, {git, "https://github.com/esl/cets.git", {branch, "insert-new-or-lookup"}}}, + {cets, {git, "https://github.com/esl/cets.git", {branch, "main"}}}, %%% HTTP tools {graphql, {git, "https://github.com/esl/graphql-erlang.git", {branch, "master"}}}, diff --git a/rebar.lock b/rebar.lock index 8690854ed9..1cb7783683 100644 --- a/rebar.lock +++ b/rebar.lock @@ -8,7 +8,7 @@ {<<"certifi">>,{pkg,<<"certifi">>,<<"2.9.0">>},1}, {<<"cets">>, {git,"https://github.com/esl/cets.git", - {ref,"72b01d2dd97c193e60365f0e7e53d30d0876ba1b"}}, + {ref,"f715c4a2e4b2bcb9f5c1dcd5164ee5271aefa0a9"}}, 0}, {<<"cowboy">>,{pkg,<<"cowboy">>,<<"2.9.0">>},0}, {<<"cowboy_swagger">>,{pkg,<<"cowboy_swagger">>,<<"2.5.1">>},0},