Skip to content

Commit 75f988b

Browse files
authored
Merge pull request #2108 from CortexFoundation/dev
p2p: fix flaky test TestServerPortMapping
2 parents 916b00d + 8fe0922 commit 75f988b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

p2p/server_nat_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ func TestServerPortMapping(t *testing.T) {
3636
PrivateKey: newkey(),
3737
NoDial: true,
3838
ListenAddr: ":0",
39+
DiscAddr: ":0",
3940
NAT: mockNAT,
4041
Logger: testlog.Logger(t, log.LvlTrace),
4142
clock: clock,

0 commit comments

Comments
 (0)