Skip to content

Commit

Permalink
chore: revert pool name
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Oct 18, 2023
1 parent 9770f04 commit 7d9598f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/greptimedb_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ t_auth_error(_) ->
timestamp => 1619775143098}],
Options =
[{endpoints, [{http, "localhost", 4001}]},
{pool, greptimedb_client_pool_auth_err},
{pool, greptimedb_client_pool},
{pool_size, 5},
{pool_type, random},
{auth, {basic, #{username => <<"greptime_user">>, password => <<"wrong_pwd">>}}}],
Expand Down

0 comments on commit 7d9598f

Please sign in to comment.