Skip to content

Commit

Permalink
Use main branch of CETS
Browse files Browse the repository at this point in the history
Fix indention
  • Loading branch information
arcusfelis committed Oct 9, 2023
1 parent a0d3e22 commit e2d18e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion big_tests/tests/graphql_token_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}},
Expand Down
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit e2d18e1

Please sign in to comment.