mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30445 from jtand/boto_vpc_8
Boto uses False for is_default instead of None
This commit is contained in:
commit
dfb9dec84f
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ class BotoVpcTestCase(BotoVpcTestCaseBase, BotoVpcTestCaseMixin):
|
|||
|
||||
vpc_properties = dict(id=vpc.id,
|
||||
cidr_block=six.text_type(cidr_block),
|
||||
is_default=None,
|
||||
is_default=False,
|
||||
state=u'available',
|
||||
tags={u'Name': u'test', u'test': u'testvalue'},
|
||||
dhcp_options_id=u'dopt-7a8b9c2d',
|
||||
|
|
Loading…
Add table
Reference in a new issue