We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48e2d6 commit a3b82cfCopy full SHA for a3b82cf
1 file changed
tests/test_webservice.py
@@ -5,8 +5,8 @@
5
from typing import Type, Union
6
7
# httpretty currently doesn't work, but mocket with the compat interface
8
-# does.
9
-from mocket.plugins.httpretty import HTTPretty as httpretty, httprettified # type: ignore
+# does. See, e.g., https://github.com/gabrielfalcao/HTTPretty/issues/220
+from mocket.plugins.httpretty import httpretty, httprettified # type: ignore
10
11
from minfraud.errors import (
12
HTTPError,
0 commit comments