mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 08:56:06 +03:00
Fix tests
This commit is contained in:
@@ -43,7 +43,8 @@ def test_direct_file_upload(image, controller, callback):
|
||||
controller.getEndpoint.assert_called_with(
|
||||
'/QEMU/images/test.img',
|
||||
'compute_id',
|
||||
manager._onLoadEndpointCallback
|
||||
manager._onLoadEndpointCallback,
|
||||
showProgress=False
|
||||
)
|
||||
|
||||
with unittest.mock.patch('gns3.image_upload_manager.HTTPClient') as client:
|
||||
|
||||
Reference in New Issue
Block a user