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:
parent
df93720c0d
commit
4905d740d0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue