We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ba708 commit d2475fbCopy full SHA for d2475fb
tests/unit/test_proxy.py
@@ -157,8 +157,6 @@ async def test_proxy_server_connect_fails(proxy_server):
157
# wait for server connection to be attempted
158
await connector.connect_called.wait()
159
160
- assert os.path.exists(socket_path)
161
-
162
# The client connection should be closed by the proxy
163
# Reading should return EOF
164
data = await reader.read(100)
0 commit comments