Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit b9ab57a

Browse files
1 parent 6bc77d5 commit b9ab57a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def port(self):
274274
@pytest.fixture
275275
def socket(self, port):
276276
s = socket.socket()
277-
s.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) # Enable SO_REUSEADDR
277+
s.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) # Enable SO_REUSEADDR
278278
s.bind(("localhost", port))
279279
yield s
280280
s.close()

0 commit comments

Comments
 (0)