Skip to content

Commit 091cd3a

Browse files
authored
fix(tests): Update the expected status on 404. (#12483)
Updates the expected status message for 404 span reflecting the updates in #12477
1 parent d94695d commit 091cd3a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test('should capture spans for outgoing http requests', done => {
3535
description: expect.stringMatching(/GET .*\/api\/v1/),
3636
op: 'http.client',
3737
origin: 'auto.http.otel.http',
38-
status: 'unknown_error',
38+
status: 'not_found',
3939
data: expect.objectContaining({
4040
'http.response.status_code': 404,
4141
}),

0 commit comments

Comments
 (0)