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

Updates #cleanup

Signed-off-by: Jordan Whited <jordan@tailscale.com>
pull/13255/head
Jordan Whited 4 weeks ago committed by GitHub
parent 367bfa607c
commit 978306565d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save