aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/test_examples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/test_examples.py b/test/mitmproxy/test_examples.py
index 78681c4e..62e6a652 100644
--- a/test/mitmproxy/test_examples.py
+++ b/test/mitmproxy/test_examples.py
@@ -128,7 +128,7 @@ class TestHARDump(mastertest.MasterTest):
self.invoke(m, "response", self.req_get)
m.addons.remove(sc)
- with open(path, "rb") as inp:
+ with open(path, "r") as inp:
har = json.load(inp)
assert len(har["log"]["entries"]) == 1