mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix Mock#remove_fixed_ip arguments
This commit is contained in:
parent
bdba2d696d
commit
41914afe08
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ module Fog
|
|||
end # class Real
|
||||
|
||||
class Mock
|
||||
def remove_fixed_ip(server_id, network_id)
|
||||
def remove_fixed_ip(server_id, address)
|
||||
true
|
||||
end # def remove_fixed_ip
|
||||
end # class Mock
|
||||
|
|
Loading…
Add table
Reference in a new issue