This commit is contained in:
Maximilian Hils 2020-07-22 18:28:40 +02:00
parent 742a5d812d
commit 647eab557b

View File

@ -8,7 +8,7 @@ from mitmproxy import exceptions
["dumpfile-011.bin", "https://example.com/"],
["dumpfile-018.bin", "https://www.example.com/"],
["dumpfile-019.bin", "https://webrv.rtb-seller.com/"],
])
])
def test_load(tdata, dumpfile, url):
with open(tdata.path("mitmproxy/data/" + dumpfile), "rb") as f:
flow_reader = io.FlowReader(f)