From 9dc6a4274ecccd6e060e0e76b77e183ae8425e5c Mon Sep 17 00:00:00 2001 From: Eric Stonfer Date: Thu, 15 Dec 2011 10:39:46 -0500 Subject: [PATCH] fix tests to accomodate the addition of security_group_id --- tests/aws/requests/compute/security_group_tests.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/aws/requests/compute/security_group_tests.rb b/tests/aws/requests/compute/security_group_tests.rb index 8e86cad86..923ad32da 100644 --- a/tests/aws/requests/compute/security_group_tests.rb +++ b/tests/aws/requests/compute/security_group_tests.rb @@ -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,