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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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