mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-24 12:29:50 -08:00
tests: fix race condition (#5309)
This commit is contained in:
parent
62effa79ef
commit
b2af5defd0
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ func TestSourceUDP(t *testing.T) {
|
|||
|
||||
var usrc *net.UDPAddr
|
||||
if ca == "unicast with source" {
|
||||
usrc, err = net.ResolveUDPAddr("udp", "127.0.1.1:9020")
|
||||
usrc, err = net.ResolveUDPAddr("udp", "127.0.1.1:9022")
|
||||
require.NoError(t, err)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue