define setup_networking_deprecated() method to create supporting

resources for tests that use deprecated methods
This commit is contained in:
captainkerk 2017-12-29 03:00:53 +00:00
commit 144611ff99
4 changed files with 26 additions and 16 deletions

View file

@ -3,7 +3,7 @@ from moto.core.exceptions import RESTError
class AutoscalingClientError(RESTError):
code = 500
code = 400
class ResourceContentionError(AutoscalingClientError):