Fix integ test

This commit is contained in:
freddygv 2021-12-03 00:14:50 -07:00
parent 3eddf98e62
commit d32bc117d8
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ function run_tests {
start_consul secondary start_consul secondary
fi fi
if is_set $REQUIRE_PARTITIONS; then if is_set $REQUIRE_PARTITIONS; then
docker_consul "primary" admin-partition create -name ap1 > /dev/null docker_consul "primary" consul partition create -name ap1 > /dev/null
start_partitioned_client ap1 start_partitioned_client ap1
fi fi