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:
parent
55c5a6fd66
commit
317d8e686a
2 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue