mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Default to 1.
This commit is contained in:
parent
ab9a2eb28b
commit
5ef3032294
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module Fog
|
|||
end
|
||||
|
||||
class Mock
|
||||
def purchase_reserved_instances_offering(reserved_instances_offering_id, instance_count)
|
||||
def purchase_reserved_instances_offering(reserved_instances_offering_id, instance_count = 1)
|
||||
response = Excon::Response.new
|
||||
response.status = 200
|
||||
|
||||
|
|
Loading…
Reference in a new issue