Fix integ test

pull/11737/head
freddygv 2021-12-03 00:14:50 -07:00
parent f032d6ef05
commit 129d54d060
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ function run_tests {
start_consul secondary
fi
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
fi