Linting fixes
This commit is contained in:
parent
7a171cf5ea
commit
083d2a871c
2 changed files with 20 additions and 9 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue