aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/net/http/http1/test_read.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/mitmproxy/net/http/http1/test_read.py')
-rw-r--r--test/mitmproxy/net/http/http1/test_read.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/net/http/http1/test_read.py b/test/mitmproxy/net/http/http1/test_read.py
index 20997259..72f255b3 100644
--- a/test/mitmproxy/net/http/http1/test_read.py
+++ b/test/mitmproxy/net/http/http1/test_read.py
@@ -1,5 +1,5 @@
from io import BytesIO
-from mock import Mock
+from unittest.mock import Mock
import pytest
from mitmproxy import exceptions