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

Updated list_servers signature at Mock.

This commit is contained in:
Raul Roa 2016-01-25 09:25:51 -06:00
parent 25433be625
commit 1eda931821

View file

@ -13,7 +13,7 @@ module Fog
# noinspection RubyStringKeysInHashInspection
class Mock
def list_servers
def list_servers(filters = {})
response = Excon::Response.new
response.status = 200
response.body = {
@ -25,4 +25,4 @@ module Fog
end
end
end
end
end