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

[AWS|DynamoDB] ConsumedCapacityUnits should be a Float

This commit is contained in:
geemus 2012-02-05 12:09:03 -06:00
parent 2d22c8bda6
commit e2d54f5e43

View file

@ -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 },