fixed up tests for create_option_group, fixed return json to have major_version correct
This commit is contained in:
parent
8c16517f10
commit
c6437930de
2 changed files with 6 additions and 3 deletions
|
|
@ -462,7 +462,7 @@ class OptionGroup(object):
|
|||
def to_json(self):
|
||||
template = Template("""{
|
||||
"VpcId": null,
|
||||
"MajorEngineVersion": "{{ option_group.engine_name }}",
|
||||
"MajorEngineVersion": "{{ option_group.major_engine_version }}",
|
||||
"OptionGroupDescription": "{{ option_group.description }}",
|
||||
"AllowsVpcAndNonVpcInstanceMemberships": "{{ option_group.vpc_and_non_vpc_instance_memberships }}",
|
||||
"EngineName": "{{ option_group.engine_name }}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue