1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

fix tests to accomodate the new SecurityGroupId

This commit is contained in:
Eric Stonfer 2011-12-14 17:11:54 -05:00
parent 10015b496d
commit 81662d1dbd

View file

@ -4,6 +4,7 @@ Shindo.tests('Fog::Compute[:aws] | security group requests', ['aws']) do
'requestId' => String,
'securityGroupInfo' => [{
'groupDescription' => String,
'groupId' => String,
'groupName' => String,
'ipPermissions' => [{
'fromPort' => Integer,