Skip to content

Commit 86d23c3

Browse files
committed
amend
1 parent fb6ac34 commit 86d23c3

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

test/versioned/aws-sdk-v3/bedrock-converse-api.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ test('should properly create errors on create completion', async (t) => {
256256
'http.statusCode': 400,
257257
'error.message': expectedMsg,
258258
'error.code': expectedType,
259-
completion_id: /[a-f0-9]{36}/
259+
completion_id: /[a-f0-9]{32}/
260260
},
261261
agentAttributes: {
262262
spanId: /\w+/

test/versioned/langchain-aws/runnables-streaming.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ test('streaming enabled', async (t) => {
8787
match(e, {
8888
customAttributes: {
8989
'error.message': /Internal server error during streaming/,
90-
completion_id: /[\w-]{36}/
90+
completion_id: /[\w-]{32}/
9191
}
9292
})
9393
}

test/versioned/langchain/tools.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ test('should create LlmTool event for every tool.call', (t, end) => {
111111
const [segment] = tx.trace.getChildren(tx.trace.root.id)
112112
match(toolEvent, {
113113
id: /[a-f0-9]{32}/,
114-
appName: 'New Relic for Node.js tests',
115114
span_id: segment.id,
116115
trace_id: tx.traceId,
117116
ingest_source: 'Node',

0 commit comments

Comments
 (0)