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

Fix Mock#get_snapshot_details argument

This commit is contained in:
Mike Moore 2013-02-28 18:30:21 -07:00
parent 25019b402a
commit 6d4925a83b

View file

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