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