File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
services/autoscaling/tests/unit Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -268,6 +268,7 @@ async def _assert_wait_for_ssm_command_to_finish() -> None:
268268
269269
270270async def test_monitor_buffer_machines (
271+ patch_ec2_client_launch_instances_min_number_of_instances : None ,
271272 minimal_configuration : None ,
272273 ec2_client : EC2Client ,
273274 buffer_count : int ,
@@ -374,6 +375,7 @@ async def test_monitor_buffer_machines_terminates_supernumerary_instances(
374375
375376
376377async def test_monitor_buffer_machines_terminates_instances_with_incorrect_pre_pulled_images (
378+ patch_ec2_client_launch_instances_min_number_of_instances : None ,
377379 minimal_configuration : None ,
378380 ec2_client : EC2Client ,
379381 buffer_count : int ,
@@ -457,6 +459,7 @@ def unneeded_instance_type(
457459 ],
458460)
459461async def test_monitor_buffer_machines_terminates_unneeded_pool (
462+ patch_ec2_client_launch_instances_min_number_of_instances : None ,
460463 minimal_configuration : None ,
461464 ec2_client : EC2Client ,
462465 buffer_count : int ,
You can’t perform that action at this time.
0 commit comments