We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7c5e2 commit 716172aCopy full SHA for 716172a
tests/test_mode.py
@@ -52,6 +52,8 @@ def test_strict_mode_error_message():
52
str(exc_info.value)
53
== """
54
Mocket tried to use the real `socket` module while STRICT mode was active.
55
+Attempted address: httpbin.local:80
56
+First request line: GET /ip HTTP/1.1
57
Registered entries:
58
('httpbin.local', 80):
59
Entry(method='GET', schema='http', location=('httpbin.local', 80), path='/user.agent', query='')
0 commit comments