mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|elasticache] Fix bug in cache cluster test
This commit is contained in:
parent
e026c2e3de
commit
242941647e
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ Shindo.tests('AWS::Elasticache | cache cluster requests', ['aws', 'elasticache']
|
||||||
body = AWS[:elasticache].modify_cache_cluster(c.id,
|
body = AWS[:elasticache].modify_cache_cluster(c.id,
|
||||||
{
|
{
|
||||||
:num_nodes => NUM_NODES - 1,
|
:num_nodes => NUM_NODES - 1,
|
||||||
:nodes_to_remove => node_id,
|
:nodes_to_remove => [node_id],
|
||||||
:apply_immediately => true,
|
:apply_immediately => true,
|
||||||
}).body
|
}).body
|
||||||
c.reload
|
c.reload
|
||||||
|
|
Loading…
Add table
Reference in a new issue