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:
parent
5486f1ae15
commit
7128ac949d
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue