Skip to content

Commit 3260077

Browse files
committed
Return the properly updated image
1 parent b066555 commit 3260077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fog/openstack/requests/image/update_image.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def update_image(attributes)
3636
response = Excon::Response.new
3737
response.status = 200
3838
response.body = {"image"=>
39-
{"name"=>"new image",
39+
{"name"=>"edit test image",
4040
"size"=>0,
4141
"min_disk"=>0,
4242
"disk_format"=>nil,

0 commit comments

Comments
 (0)