1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[terremark] get_organization mock bugfix

This commit is contained in:
Edward Muller 2010-04-29 04:58:20 +08:00 committed by Wesley Beary
parent df93720c0d
commit 4905d740d0

View file

@ -38,7 +38,7 @@ module Fog
if org = @data[:organizations].detect { |org| org[:info][:id] == organization_id }
body = { "name" => org[:info][:name],
"href" => "#{@base_url}/#{org[:info][:id]}",
"href" => "#{@base_url}/org/#{org[:info][:id]}",
"Links" => [] }
body["Links"] = case self