fix for test

This commit is contained in:
Peter Rounce 2023-01-29 10:45:11 +00:00
parent 38050c8785
commit dbc14a4dd3

View file

@ -63,7 +63,7 @@ func getGrpcConn(hostname string, port int, tlsFile, macaroonFile string) *grpc.
grpc.WithPerRPCCredentials(newCreds(macaroonBytes)), grpc.WithPerRPCCredentials(newCreds(macaroonBytes)),
}...) }...)
if err != nil { if err != nil {
log.Printf("unable to connect to %s: %w", fullHostname, err) log.Printf("unable to connect to %s", fullHostname)
panic(err) panic(err)
} }