mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 13:18:53 +00:00
net/portmapper: fix test flakes from logging after test done
Fixes #15794 Change-Id: Ic22aa99acb10fdb6dc5f0b6482e722e48237703c Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:

committed by
Brad Fitzpatrick

parent
66371f392a
commit
189e03e741
@@ -28,7 +28,7 @@ func TestSelectBestService(t *testing.T) {
|
||||
}
|
||||
|
||||
// Run a fake IGD server to respond to UPnP requests.
|
||||
igd, err := NewTestIGD(t.Logf, TestIGDOptions{UPnP: true})
|
||||
igd, err := NewTestIGD(t, TestIGDOptions{UPnP: true})
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user