Skip to content

Commit

Permalink
test-related TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed May 25, 2023
1 parent fd06863 commit 55944c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def sftp_server():
socks = LoopSocket()
sockc = LoopSocket()
sockc.link(socks)
# TODO: reuse with new server fixture if possible
tc = Transport(sockc)
ts = Transport(socks)
# Auth
Expand Down

0 comments on commit 55944c8

Please sign in to comment.