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:
parent
4b8b52f692
commit
8bcdc5753b
1 changed files with 3 additions and 0 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue