Skip to content

Commit d2475fb

Browse files
committed
fix: more test fixes
1 parent 91ba708 commit d2475fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/test_proxy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ async def test_proxy_server_connect_fails(proxy_server):
157157
# wait for server connection to be attempted
158158
await connector.connect_called.wait()
159159

160-
assert os.path.exists(socket_path)
161-
162160
# The client connection should be closed by the proxy
163161
# Reading should return EOF
164162
data = await reader.read(100)

0 commit comments

Comments
 (0)