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

Fix Mock#get_volume_details argument

This commit is contained in:
Mike Moore 2013-02-28 18:30:53 -07:00
parent 6d4925a83b
commit 4d85d4fbfc

View file

@ -16,7 +16,7 @@ module Fog
class Mock
def get_volume_details(detailed=true)
def get_volume_details(volume_id)
response = Excon::Response.new
response.status = 200
response.body = {