Skip to content

Commit d2a9255

Browse files
committed
Try broader broadcast
1 parent 9fbb432 commit d2a9255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_snowsignal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ async def test_fragments_rebroadcast(self, mock_datagram_received: unittest.mock
190190
toolong_msg = b""
191191
for i in range(500):
192192
toolong_msg += f"test{i:03d}".encode()
193-
self.send_udp_broadcast(toolong_msg, broadcast_address)
193+
self.send_udp_broadcast(toolong_msg)
194194

195195
# And some time for packets to fly around
196196
await asyncio.sleep(0.5)

0 commit comments

Comments
 (0)