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

[aws|elasticache] test fix: change DESCRIBE_SECURITY_GROUPS helper format

This commit is contained in:
Benton Roberts 2011-09-27 11:30:58 -04:00 committed by geemus
parent a73c5937bc
commit 450cd685ac

View file

@ -14,7 +14,7 @@ class AWS
'OwnerId' => String,
}
SINGLE_SECURITY_GROUP = BASIC.merge('CacheSecurityGroup' => SECURITY_GROUP)
DESCRIBE_SECURITY_GROUPS = BASIC.merge('CacheSecurityGroups' => [SECURITY_GROUP])
DESCRIBE_SECURITY_GROUPS = {'CacheSecurityGroups' => [SECURITY_GROUP]}
# Cache Parameter Groups
PARAMETER_GROUP = {