Skip to content

Commit 249af18

Browse files
committed
Revert.
1 parent f9241ca commit 249af18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mocket/mocks/mockhttp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class Entry(MocketEntry):
145145
default_config = {"match_querystring": True}
146146

147147
def __init__(self, uri, method, responses, match_querystring: bool = True):
148-
self.uri = urlsplit(uri)
148+
uri = urlsplit(uri)
149149

150150
port = uri.port
151151
if not port:

0 commit comments

Comments
 (0)