Skip to content

Commit 15a8bcd

Browse files
committed
need to patch when using moto
1 parent 1920eae commit 15a8bcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/autoscaling/tests/unit/test_modules_auto_scaling_dynamic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,6 +1214,7 @@ async def test_cluster_scaling_up_starts_multiple_instances(
12141214
],
12151215
)
12161216
async def test_cluster_adapts_machines_on_the_fly(
1217+
patch_ec2_client_launch_instancess_min_number_of_instances: mock.Mock,
12171218
minimal_configuration: None,
12181219
ec2_client: EC2Client,
12191220
initialized_app: FastAPI,

0 commit comments

Comments
 (0)