mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix tests to accomodate the addition of security_group_id
This commit is contained in:
parent
d050038306
commit
9dc6a4274e
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ Shindo.tests('Fog::Compute[:aws] | security group requests', ['aws']) do
|
||||||
'requestId' => String,
|
'requestId' => String,
|
||||||
'securityGroupInfo' => [{
|
'securityGroupInfo' => [{
|
||||||
'groupDescription' => String,
|
'groupDescription' => String,
|
||||||
|
'groupId' => String,
|
||||||
'groupName' => String,
|
'groupName' => String,
|
||||||
'ipPermissions' => [{
|
'ipPermissions' => [{
|
||||||
'fromPort' => Integer,
|
'fromPort' => Integer,
|
||||||
|
|
Loading…
Reference in a new issue