define setup_networking_deprecated() method to create supporting
resources for tests that use deprecated methods
This commit is contained in:
parent
fe1293ee5b
commit
144611ff99
4 changed files with 26 additions and 16 deletions
|
|
@ -3,7 +3,7 @@ from moto.core.exceptions import RESTError
|
|||
|
||||
|
||||
class AutoscalingClientError(RESTError):
|
||||
code = 500
|
||||
code = 400
|
||||
|
||||
|
||||
class ResourceContentionError(AutoscalingClientError):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue