mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix test
This commit is contained in:
parent
e662dbddcd
commit
3db0aaf842
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module Fog
|
|||
|
||||
class Mock
|
||||
|
||||
def list_images_detail
|
||||
def list_images_detail(filters = {})
|
||||
response = Excon::Response.new
|
||||
|
||||
images = self.data[:images].values
|
||||
|
|
Loading…
Reference in a new issue