Skip to content

Commit

Permalink
test(operate): disable OAuth for Operate client in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed Apr 9, 2024
1 parent 219431a commit 68b9f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/operate/operate-integrate.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('Operate Integration', () => {
})

test('getJSONVariablesforProcess works', async () => {
const c = new OperateApiClient()
const c = new OperateApiClient({ config: { CAMUNDA_OAUTH_DISABLED: true } })
const zeebe = new ZeebeGrpcClient({
config: { CAMUNDA_OAUTH_DISABLED: true },
})
Expand Down

0 comments on commit 68b9f66

Please sign in to comment.