mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-22 08:50:09 +00:00
Refactor VPCS script file loading
This allow to support moving the project on disk
This commit is contained in:
@ -34,7 +34,6 @@ def test_vpcs_create(server, project):
|
||||
assert response.route == "/{project_id}/vpcs/vms"
|
||||
assert response.json["name"] == "PC TEST 1"
|
||||
assert response.json["project_id"] == project.id
|
||||
assert response.json["script_file"] is None
|
||||
|
||||
|
||||
def test_vpcs_get(server, project, vm):
|
||||
|
Reference in New Issue
Block a user