diff --git a/server/pairing/peers/udp_notifier_test.go b/server/pairing/peers/udp_notifier_test.go index 5373f10974e..5bad7f2b947 100644 --- a/server/pairing/peers/udp_notifier_test.go +++ b/server/pairing/peers/udp_notifier_test.go @@ -92,8 +92,7 @@ func (s *UDPPeerDiscoverySuite) TestUDPNotifier() { s.Require().NotEmpty(tsl.log) for _, address := range tsl.log { - s.Require().Len(address, 2) - + s.Require().GreaterOrEqual(address, 1) for device := range address { if !(device == n1 || device == n2) { s.Require().Failf("unknown device name", device)