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:
parent
a73c5937bc
commit
450cd685ac
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue