Linting fixes

This commit is contained in:
Juan Font 2022-09-20 21:02:44 +00:00
parent 7a171cf5ea
commit 083d2a871c
2 changed files with 20 additions and 9 deletions

View file

@ -225,7 +225,7 @@ oidc:
client := &http.Client{Transport: insecureTransport}
resp, err := client.Get(url)
if err != nil {
fmt.Printf("headscale for embedded OIDC tests is not ready: %s\n", err)
log.Printf("headscale for embedded OIDC tests is not ready: %s\n", err)
return err
}