fix mig module test

This commit is contained in:
Ludovico Magnocavallo 2020-11-18 08:40:41 +01:00
parent 4c24cf8c68
commit cb4abcafd6
1 changed files with 47 additions and 46 deletions

View File

@ -66,7 +66,8 @@ def test_autoscaler(plan_runner):
'max_replicas': 3,
'metric': [],
'min_replicas': 1,
'mode': 'ON'
'mode': 'ON',
'scale_in_control': []
}]
_, resources = plan_runner(
FIXTURES_DIR, autoscaler_config=autoscaler_config, regional='true')