9e1fcac9d4
Moto's implementation of autoscaling:CreateLaunchConfiguration is a little too loose, allowing the ImageId parameter to be omitted and defaulting it to None, which results in dozens of deprecation warnings: `PendingDeprecationWarning: Could not find AMI with image-id:ami-123456, in the near future this will cause an error.` This commit refactors calls to CreateLaunchConfiguration to explicitly pass in a known AMI ImageId in order to avoid these warnings. The integrity of the tests is unaffected by this change. |
||
---|---|---|
.. | ||
fixtures | ||
__init__.py | ||
test_cloudformation_depends_on.py | ||
test_cloudformation_stack_crud_boto3.py | ||
test_cloudformation_stack_crud.py | ||
test_cloudformation_stack_integration.py | ||
test_import_value.py | ||
test_server.py | ||
test_stack_parsing.py | ||
test_validate.py |