Skip to content

Commit 86815d6

Browse files
committed
chore: Fix test
1 parent d2efb74 commit 86815d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_transport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
def make_client(request, httpserver):
1616
def inner(**kwargs):
1717
return Client(
18-
"http://foobar{}/132".format(httpserver.url[len("http://") :]), **kwargs
18+
"http://foobar@{}/132".format(httpserver.url[len("http://") :]), **kwargs
1919
)
2020

2121
return inner

0 commit comments

Comments
 (0)