Skip to content

Commit e2a5cce

Browse files
committed
tests: update test assertions
1 parent b02373e commit e2a5cce

File tree

1 file changed

+3
-3
lines changed
  • dev-packages/node-integration-tests/suites/pino

1 file changed

+3
-3
lines changed

dev-packages/node-integration-tests/suites/pino/test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ conditionalTest({ min: 20 })('Pino integration', () => {
3838
type: 'Error',
3939
value: 'oh no',
4040
mechanism: {
41-
type: 'pino',
41+
type: 'auto.log.pino',
4242
handled: true,
4343
},
4444
stacktrace: {
@@ -116,7 +116,7 @@ conditionalTest({ min: 20 })('Pino integration', () => {
116116
type: 'Error',
117117
value: 'oh no',
118118
mechanism: {
119-
type: 'pino',
119+
type: 'auto.log.pino',
120120
handled: true,
121121
},
122122
stacktrace: {
@@ -311,7 +311,7 @@ conditionalTest({ min: 20 })('Pino integration', () => {
311311
type: 'Error',
312312
value: 'Custom error key',
313313
mechanism: {
314-
type: 'pino',
314+
type: 'auto.log.pino',
315315
handled: true,
316316
},
317317
stacktrace: {

0 commit comments

Comments
 (0)