X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6d1c41d6fd83824669cd1a6d714ea6da1ae7ab4c..60542dcecbffe14a43098d9e68ee6ae05868df1e:/lib/boot/helpers.go diff --git a/lib/boot/helpers.go b/lib/boot/helpers.go index 77036e9340..6a5514ada0 100644 --- a/lib/boot/helpers.go +++ b/lib/boot/helpers.go @@ -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",