Skip to content

Commit 7f383d0

Browse files
fix(ci): restore Helm diff and sync audit mock
1 parent 398d17c commit 7f383d0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

helm/sim/tests/networkpolicy_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,4 @@ tests:
212212
except:
213213
- "169.254.169.254/32"
214214
- "169.254.170.2/32"
215+

packages/testing/src/mocks/audit.mock.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ export const auditMock = {
145145
WEBHOOK_CREATED: 'webhook.created',
146146
WEBHOOK_DELETED: 'webhook.deleted',
147147
WORKFLOW_CREATED: 'workflow.created',
148+
WORKFLOW_UPDATED: 'workflow.updated',
148149
WORKFLOW_DELETED: 'workflow.deleted',
149150
WORKFLOW_RESTORED: 'workflow.restored',
150151
WORKFLOW_DEPLOYED: 'workflow.deployed',

0 commit comments

Comments
 (0)