From e2d54f5e43c2f97fc8d1b1492c03344256455a22 Mon Sep 17 00:00:00 2001 From: geemus Date: Sun, 5 Feb 2012 12:09:03 -0600 Subject: [PATCH] [AWS|DynamoDB] ConsumedCapacityUnits should be a Float --- tests/aws/requests/dynamodb/item_tests.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/aws/requests/dynamodb/item_tests.rb b/tests/aws/requests/dynamodb/item_tests.rb index afc34ed66..8bf65fdec 100644 --- a/tests/aws/requests/dynamodb/item_tests.rb +++ b/tests/aws/requests/dynamodb/item_tests.rb @@ -61,7 +61,7 @@ Shindo.tests('Fog::AWS[:dynamodb] | item requests', ['aws']) do end @query_format = { - 'ConsumedCapacityUnits' => Integer, + 'ConsumedCapacityUnits' => Float, 'Count' => Integer, 'Items' => [{ 'key' => { 'S' => String },