mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
make Mock#linode_disk_list return the response object
This commit is contained in:
parent
0d43fdfed4
commit
6987a8dfa5
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ module Fog
|
|||
end
|
||||
response.body = body.merge("DATA" => mock_disks)
|
||||
end
|
||||
response
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in a new issue