mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-23 17:17:37 +00:00
Rebuild documentation
This commit is contained in:
@ -102,7 +102,7 @@ def test_pcap(http_controller, tmpdir, project, compute, async_run):
|
||||
with open(link.capture_file_path, "w+") as f:
|
||||
f.write("hello")
|
||||
project._links = {link.id: link}
|
||||
response = http_controller.get("/projects/{}/links/{}/pcap".format(project.id, link.id), example=True)
|
||||
response = http_controller.get("/projects/{}/links/{}/pcap".format(project.id, link.id), example=False)
|
||||
assert response.body == b"hello"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user