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

[aws|compute] fix describe_snapshots mock to disregard, but warn on RestorableBy

This commit is contained in:
geemus 2010-11-02 11:43:26 -07:00
parent 4b8b52f692
commit 8bcdc5753b

View file

@ -71,6 +71,9 @@ module Fog
if filters.delete('owner-alias') if filters.delete('owner-alias')
Formatador.display_line("[yellow][WARN] describe_snapshots with owner-alias is not mocked[/] [light_black](#{caller.first})[/]") Formatador.display_line("[yellow][WARN] describe_snapshots with owner-alias is not mocked[/] [light_black](#{caller.first})[/]")
end end
if filters.delete('RestorableBy')
Formatador.display_line("[yellow][WARN] describe_snapshots with RestorableBy is not mocked[/] [light_black](#{caller.first})[/]")
end
aliases = { aliases = {
'description' => 'description', 'description' => 'description',