Skip to content

Commit

Permalink
fix: normalize event type casing in telemetry test
Browse files Browse the repository at this point in the history
  • Loading branch information
botzai committed Feb 18, 2025
1 parent 0416cca commit 9b791f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ describe('index', () => {

expect(sendTelemetry).toHaveBeenCalledWith(
expect.objectContaining({
eventType: 'Execution failure',
eventType: 'execution failure',
metadata: expect.objectContaining({
errorMessage: 'Test error'
})
Expand Down

0 comments on commit 9b791f9

Please sign in to comment.