tstest/integration: change log.Fatal() to t.Fatal() (#13253)

Updates #cleanup

Signed-off-by: Jordan Whited <jordan@tailscale.com>
This commit is contained in:
Jordan Whited
2024-08-23 16:58:31 -07:00
committed by GitHub
parent 367bfa607c
commit 978306565d

View File

@@ -1197,7 +1197,7 @@ func TestDNSOverTCPIntervalResolver(t *testing.T) {
return nil
})
if err != nil {
log.Fatal(err)
t.Fatal(err)
}
}