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
1 changed files with 1 additions and 0 deletions

View File

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