Fix integ test
This commit is contained in:
parent
3eddf98e62
commit
d32bc117d8
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue