Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wirwolf committed Feb 2, 2022
1 parent 2545ae9 commit 1ede04f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Modules/AlertManager/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ describe('Input -> AlertManager', async () => {
pass: 'test'
},
fields: {
environment: 'test'
environment: 'test',
resource: 'resource-1'
}
}
let eventBus = new TraceableEventBus(Core.app().bus())
Expand Down
1 change: 1 addition & 0 deletions tests/Modules/Alerta/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ describe('Output -> Alerta', async () => {
let globalAlertEvent = new NewAlertEvent('uuid', {
"severity": GlobalSeverityLevels.critical,
"environment": GlobalAlertEnvironment.production,
"resource": "any",
"status": GlobalStatus.open,
"from": "any",
"externalEventId": "4915aa5640b54b51",
Expand Down

0 comments on commit 1ede04f

Please sign in to comment.