1
0
Fork 0
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:
Benton Roberts 2012-07-17 13:06:57 -04:00
parent e026c2e3de
commit 242941647e

View file

@ -98,7 +98,7 @@ Shindo.tests('AWS::Elasticache | cache cluster requests', ['aws', 'elasticache']
body = AWS[:elasticache].modify_cache_cluster(c.id,
{
:num_nodes => NUM_NODES - 1,
:nodes_to_remove => node_id,
:nodes_to_remove => [node_id],
:apply_immediately => true,
}).body
c.reload