mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Implement list_streams mock
This commit is contained in:
parent
0a8e3575a3
commit
d2010fd716
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ module Fog
|
|||
response.status = 200
|
||||
response.body = {
|
||||
"HasMoreStreams" => false,
|
||||
"StreamNames" => []
|
||||
"StreamNames" => data[:kinesis_streams].map{ |stream| stream["StreamName"] }
|
||||
}
|
||||
response
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue