We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473eff7 commit 1e0437fCopy full SHA for 1e0437f
tests/test_client.py
@@ -133,7 +133,7 @@ def callback(scope):
133
134
def test_transport_works(httpserver, request, capsys):
135
httpserver.serve_content("ok", 200)
136
- with init("http://foobar@{}/123".format(httpserver.url[len("http://"):])):
+ with init("http://foobar@{}/123".format(httpserver.url[len("http://") :])):
137
capture_message("lol")
138
139
request.addfinalizer(lambda: Hub.current.bind_client(None))
0 commit comments