X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0b69c198f55f0294a3be1599256e8e73dfe2d000..3d5a1c29aad86476f2e789e1e54cabf8b4605aa2:/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",