We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2efb74 commit 86815d6Copy full SHA for 86815d6
tests/test_transport.py
@@ -15,7 +15,7 @@
15
def make_client(request, httpserver):
16
def inner(**kwargs):
17
return Client(
18
- "http://foobar{}/132".format(httpserver.url[len("http://") :]), **kwargs
+ "http://foobar@{}/132".format(httpserver.url[len("http://") :]), **kwargs
19
)
20
21
return inner
0 commit comments