Skip to content

Commit 94776f7

Browse files
committed
Move to internal_error from unknown_error in tests
1 parent 52b6e8a commit 94776f7

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/node-integration-tests/suites/tracing/postgresjs

1 file changed

+1
-1
lines changed

dev-packages/node-integration-tests/suites/tracing/postgresjs/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ describe('postgresjs auto instrumentation', () => {
369369
}),
370370
description: `SELECT * FROM "User" WHERE "email" = '${NON_EXISTING_TEST_EMAIL}'`,
371371
op: 'db',
372-
status: 'unknown_error',
372+
status: 'internal_error',
373373
origin: 'auto.db.otel.postgres',
374374
parent_span_id: expect.any(String),
375375
span_id: expect.any(String),

0 commit comments

Comments
 (0)