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:
parent
25019b402a
commit
6d4925a83b
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue