We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cc538 commit 3a61263Copy full SHA for 3a61263
services/autoscaling/tests/unit/test_utils_cluster_scaling.py
@@ -301,6 +301,7 @@ def test_sort_drained_nodes(
301
):
302
machine_buffer_type = get_hot_buffer_type(random_fake_available_instances)
303
_NUM_DRAINED_NODES = 20
304
+ assert app_settings.AUTOSCALING_EC2_INSTANCES
305
_NUM_NODE_WITH_TYPE_BUFFER = (
306
3 * app_settings.AUTOSCALING_EC2_INSTANCES.EC2_INSTANCES_MACHINES_BUFFER
307
)
0 commit comments