Skip to content

Commit 716172a

Browse files
committed
Update test
1 parent ea7c5e2 commit 716172a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_mode.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ def test_strict_mode_error_message():
5252
str(exc_info.value)
5353
== """
5454
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
5557
Registered entries:
5658
('httpbin.local', 80):
5759
Entry(method='GET', schema='http', location=('httpbin.local', 80), path='/user.agent', query='')

0 commit comments

Comments
 (0)