Fix test_suspend_processes

* Add `region_name` to the client to be consistent with other tests
* Add `VPCZoneIdentifier` to the ASG creation (AZ or VPC is required)
* Add myself as a contributor
This commit is contained in:
Jim Shields 2018-03-09 17:22:57 -05:00
commit baedbfa8ca
2 changed files with 8 additions and 3 deletions

View file

@ -50,3 +50,4 @@ Moto is written by Steve Pulec with contributions from:
* [Jessie Nadler](https://github.com/nadlerjessie)
* [Alex Morken](https://github.com/alexmorken)
* [Clive Li](https://github.com/cliveli)
* [Jim Shields](https://github.com/jimjshields)