Skip to content

Commit b9963e7

Browse files
committed
test commit
1 parent 76e45c0 commit b9963e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_loadbalancer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ async def health_check(self, endpoint: str) -> bool:
102102

103103

104104
def get_free_port():
105+
"""Get a free port on the machine"""
105106
with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s:
106107
s.bind(('', 0))
107108
s.listen(1)

0 commit comments

Comments
 (0)