Fix e2e tests

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-11 12:53:00 +04:00
parent e0bb27bff4
commit 0544daa3ef

View File

@@ -339,6 +339,7 @@ func (c *Client) assumeOrganizationSession() {
err := c.ExecuteConnect(query, map[string]any{
"input": map[string]any{
"organizationId": c.organizationID.String(),
"redirectPath": "/",
},
}, nil)
require.NoError(c.T, err, "assumeOrganizationSession mutation failed")