fix for test
This commit is contained in:
parent
38050c8785
commit
dbc14a4dd3
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ func getGrpcConn(hostname string, port int, tlsFile, macaroonFile string) *grpc.
|
|||
grpc.WithPerRPCCredentials(newCreds(macaroonBytes)),
|
||||
}...)
|
||||
if err != nil {
|
||||
log.Printf("unable to connect to %s: %w", fullHostname, err)
|
||||
log.Printf("unable to connect to %s", fullHostname)
|
||||
panic(err)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue