test: fix batch_size parameter

This commit is contained in:
JimMoen 2023-04-14 13:11:45 +08:00
parent 2484a79c7a
commit 9ce0dbae7b
No known key found for this signature in database
GPG Key ID: 87A520B4F76BA86D
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ common_init(ConfigT) ->
{sqlserver_port, Port},
%% see also for `proxy_name` : $PROJ_ROOT/.ci/docker-compose-file/toxiproxy.json
{proxy_name, "sqlserver"},
{batch_size, ?BATCH_SIZE}
{batch_size, batch_size(ConfigT)}
| ConfigT
],