mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 10:16:27 +00:00
lint!
This commit is contained in:
parent
742a5d812d
commit
647eab557b
@ -8,7 +8,7 @@ from mitmproxy import exceptions
|
|||||||
["dumpfile-011.bin", "https://example.com/"],
|
["dumpfile-011.bin", "https://example.com/"],
|
||||||
["dumpfile-018.bin", "https://www.example.com/"],
|
["dumpfile-018.bin", "https://www.example.com/"],
|
||||||
["dumpfile-019.bin", "https://webrv.rtb-seller.com/"],
|
["dumpfile-019.bin", "https://webrv.rtb-seller.com/"],
|
||||||
])
|
])
|
||||||
def test_load(tdata, dumpfile, url):
|
def test_load(tdata, dumpfile, url):
|
||||||
with open(tdata.path("mitmproxy/data/" + dumpfile), "rb") as f:
|
with open(tdata.path("mitmproxy/data/" + dumpfile), "rb") as f:
|
||||||
flow_reader = io.FlowReader(f)
|
flow_reader = io.FlowReader(f)
|
||||||
|
Loading…
Reference in New Issue
Block a user