17014: controller handles container requests
[arvados.git] / lib / controller / localdb / login_ldap_test.go
index bce1ecfcf260696247bb83de3cdce2fa9d27cabe..b8ba6b4676712efcad438bf9066195294b8702c3 100644 (file)
@@ -90,8 +90,8 @@ func (s *LDAPSuite) SetUpSuite(c *check.C) {
        s.cluster.Login.LDAP.SearchBase = "dc=example,dc=com"
        c.Assert(err, check.IsNil)
        s.ctrl = &ldapLoginController{
-               Cluster:    s.cluster,
-               RailsProxy: railsproxy.NewConn(s.cluster),
+               Cluster: s.cluster,
+               Parent:  &Conn{railsProxy: railsproxy.NewConn(s.cluster)},
        }
        s.db = arvadostest.DB(c, s.cluster)
 }