Controller test fix.
[arvados.git] / lib / controller / localdb / conn.go
index 04f85cb5a9f54c2cd2286e33645fc4a62cb400ca..a90deded593ab59c31599e6bcde3ca833a961349 100644 (file)
@@ -24,6 +24,7 @@ type Conn struct {
 
 func NewConn(cluster *arvados.Cluster) *Conn {
        railsProxy := railsproxy.NewConn(cluster)
+       railsProxy.RedactHostInErrors = true
        var conn Conn
        conn = Conn{
                cluster:    cluster,