mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-05-31 14:50:55 +00:00
Fix tests
This commit is contained in:
parent
ef62eba4e8
commit
21dc2a8dbc
@ -952,6 +952,6 @@ async def test_create_node_from_template(controller_api, controller, project):
|
|||||||
"x": 42,
|
"x": 42,
|
||||||
"y": 12
|
"y": 12
|
||||||
})
|
})
|
||||||
mock.assert_called_with(id, x=42, y=12, compute_id=None)
|
mock.assert_called_with(id, x=42, y=12, name=None, compute_id=None)
|
||||||
assert response.route == "/projects/{project_id}/templates/{template_id}"
|
assert response.route == "/projects/{project_id}/templates/{template_id}"
|
||||||
assert response.status == 201
|
assert response.status == 201
|
||||||
|
Loading…
x
Reference in New Issue
Block a user