20300: Fix controller-to-railsapi callback usage.
[arvados.git] / lib / boot / helpers.go
index 77036e934017efd2f9cfd44dba23b36f8dcbc522..6a5514ada0cbc8b91ca0988d8084664df595c9b5 100644 (file)
@@ -45,7 +45,7 @@ func (super *Supervisor) ClientsWithToken(clusterID, token string) (context.Cont
 // communicating with the cluster on behalf of the 'example' user.
 func (super *Supervisor) UserClients(clusterID string, rootctx context.Context, c *check.C, conn *rpc.Conn, authEmail string, activate bool) (context.Context, *arvados.Client, *keepclient.KeepClient, arvados.User) {
        login, err := conn.UserSessionCreate(rootctx, rpc.UserSessionCreateOptions{
-               ReturnTo: ",https://example.com",
+               ReturnTo: ",https://controller.api.client.invalid",
                AuthInfo: rpc.UserSessionAuthInfo{
                        Email:     authEmail,
                        FirstName: "Example",