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

fix mock for linode_disk_createfromimage

This commit is contained in:
Marques Johansson 2014-09-02 23:36:38 -04:00
parent 5486f1ae15
commit 7128ac949d

View file

@ -19,7 +19,7 @@ module Fog
end
class Mock
def linode_disk_createfromimage(linode_id, distro_id, name, size, password)
def linode_disk_createfromimage(linode_id, image_id, size, password, sshkey)
response = Excon::Response.new
response.status = 200
response.body = {