mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 01:04:51 +02:00
Fix tests.
This commit is contained in:
parent
b8353bc0d5
commit
b6275deeef
@ -144,7 +144,7 @@ NODE_OBJECT_SCHEMA = {
|
|||||||
},
|
},
|
||||||
"console_type": {
|
"console_type": {
|
||||||
"description": "Console type",
|
"description": "Console type",
|
||||||
"enum": ["vnc", "telnet", "http", "https", "spice", "none"]
|
"enum": ["vnc", "telnet", "http", "https", "spice", "none", None]
|
||||||
},
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
"description": "Properties specific to an emulator",
|
"description": "Properties specific to an emulator",
|
||||||
|
Loading…
Reference in New Issue
Block a user