Skip to content

Commit c7dedd1

Browse files
test(credential-groups): bind deployed workflow authority
1 parent 7a5b8f4 commit c7dedd1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/sim/lib/credential-groups/application/list-credentials.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ function executorPrincipal(credentialGroupId = 'group-1'): WorkflowExecutionDele
9999
kind: 'workflow_execution',
100100
workflowId: 'workflow-1',
101101
principal: { kind: 'session', userId: 'user-1', sessionId: 'session-1' },
102+
currentWorkflow: {
103+
workflowId: 'workflow-1',
104+
mode: 'deployment',
105+
deploymentVersionId: 'deployment-version-1',
106+
},
102107
},
103108
}
104109
}

0 commit comments

Comments
 (0)