mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-25 00:08:11 +00:00
Remove zipstream from tests.
This commit is contained in:
parent
85ea1cf7a9
commit
9132ba8d05
@ -531,15 +531,6 @@ def test_duplicate(project, async_run, controller):
|
|||||||
assert list(new_project.nodes.values())[1].compute.id == "remote"
|
assert list(new_project.nodes.values())[1].compute.id == "remote"
|
||||||
|
|
||||||
|
|
||||||
def test_duplicate_with_zipfile_encoding_issues(project, async_run, controller):
|
|
||||||
zf = zipstream.ZipFile()
|
|
||||||
zf.writestr('test\udcc3', "data")
|
|
||||||
|
|
||||||
with asyncio_patch('gns3server.controller.project.export_project', return_value=zf):
|
|
||||||
with pytest.raises(aiohttp.web.HTTPConflict):
|
|
||||||
async_run(project.duplicate(name="Hello"))
|
|
||||||
|
|
||||||
|
|
||||||
def test_snapshots(project):
|
def test_snapshots(project):
|
||||||
"""
|
"""
|
||||||
List the snapshots
|
List the snapshots
|
||||||
|
Loading…
Reference in New Issue
Block a user