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

Return the properly updated image

This commit is contained in:
Bohuslav Kabrda 2012-07-02 12:34:04 +02:00
parent b066555d38
commit 3260077dbb

View file

@ -36,7 +36,7 @@ module Fog
response = Excon::Response.new
response.status = 200
response.body = {"image"=>
{"name"=>"new image",
{"name"=>"edit test image",
"size"=>0,
"min_disk"=>0,
"disk_format"=>nil,