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 addition of security_group_id

This commit is contained in:
Eric Stonfer 2011-12-15 10:39:46 -05:00
parent d050038306
commit 9dc6a4274e

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,