1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 09:18:08 +00:00

Fix export test.

This commit is contained in:
grossmj 2019-02-23 11:13:50 +07:00
parent 2fb5e47c8d
commit 10702f87bc

View File

@ -203,7 +203,7 @@ def test_export_disallow_some_type(tmpdir, project, async_run):
"topology": { "topology": {
"nodes": [ "nodes": [
{ {
"node_type": "cloud" "node_type": "vmware"
} }
] ]
} }