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

[aws|compute] fix mocks/tests around describe_reserved_instances_offerings

This commit is contained in:
geemus 2012-11-12 10:46:15 -06:00
parent 55c5a6fd66
commit 317d8e686a
2 changed files with 1 additions and 1 deletions

View file

@ -47,7 +47,6 @@ module Fog
'availabilityZone' => 'us-east-1d',
'duration' => 31536000,
'fixedPrice' => 350.0,
'marketplace' => false,
'offeringType' => 'Medium Utilization',
'usagePrice' => 0.03,
'productDescription' => 'Linux/UNIX',

View file

@ -92,6 +92,7 @@ Shindo.tests('Fog::Compute[:aws] | instance requests', ['aws']) do
'availabilityZone' => String,
'duration' => Integer,
'fixedPrice' => Float,
'offeringType' => String,
'usagePrice' => Float,
'productDescription' => String,
'instanceTenancy' => String,