mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-19 07:48:10 +00:00
Try to fix VirtualBox create test.
This commit is contained in:
@ -53,9 +53,9 @@ class VirtualBoxVM(BaseVM):
|
||||
_instances = []
|
||||
_allocated_console_ports = []
|
||||
|
||||
def __init__(self, name, uuid, manager):
|
||||
def __init__(self, name, uuid, project, manager):
|
||||
|
||||
super().__init__(name, uuid, manager)
|
||||
super().__init__(name, uuid, project, manager)
|
||||
|
||||
self._system_properties = {}
|
||||
|
||||
|
Reference in New Issue
Block a user