1
0
Fork 0
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:
Wes Morgan 2012-05-17 11:36:05 -07:00
parent 0d43fdfed4
commit 6987a8dfa5

View file

@ -36,6 +36,7 @@ module Fog
end
response.body = body.merge("DATA" => mock_disks)
end
response
end
private