fix(cp-gql-mock-server): change instance status to RUNNING after scale

This commit is contained in:
Sérgio Ramos 2017-07-27 17:59:48 +01:00
parent dab0beedc0
commit 08745d4b12
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ const scale = ({ serviceId, replicas }) => {
name: `${services[serviceIndex].slug}_${currentScale + i}`,
serviceId,
deploymentGroupId: services[serviceIndex].deploymentGroupId,
status: 'ACTIVE',
status: 'RUNNING',
healthy: 'UNKNOWN'
};