diff --git a/moto/autoscaling/models.py b/moto/autoscaling/models.py index 304671f6..af65c2a5 100644 --- a/moto/autoscaling/models.py +++ b/moto/autoscaling/models.py @@ -171,7 +171,6 @@ class FakeAutoScalingGroup(BaseModel): launch_config_name] self.launch_config_name = launch_config_name - self.default_cooldown = default_cooldown if default_cooldown else DEFAULT_COOLDOWN self.health_check_period = health_check_period self.health_check_type = health_check_type if health_check_type else "EC2"