@@ -93,8 +93,7 @@ test.afterEach(afterEach)
9393 const embedding = events . filter ( ( [ { type } ] ) => type === 'LlmEmbedding' ) [ 0 ]
9494 const [ segment ] = tx . trace . getChildren ( tx . trace . root . id )
9595 const expectedEmbedding = {
96- id : / [ a - f 0 - 9 ] { 36 } / ,
97- appName : 'New Relic for Node.js tests' ,
96+ id : / [ a - f 0 - 9 ] { 32 } / ,
9897 request_id : 'eda0760a-c3f0-4fc1-9a1e-75559d642866' ,
9998 trace_id : tx . traceId ,
10099 span_id : segment . id ,
@@ -137,8 +136,7 @@ test.afterEach(afterEach)
137136 const embedding = events . filter ( ( [ { type } ] ) => type === 'LlmEmbedding' ) [ 0 ]
138137 const [ segment ] = tx . trace . getChildren ( tx . trace . root . id )
139138 const expectedEmbedding = {
140- id : / [ a - f 0 - 9 ] { 36 } / ,
141- appName : 'New Relic for Node.js tests' ,
139+ id : / [ a - f 0 - 9 ] { 32 } / ,
142140 request_id : 'eda0760a-c3f0-4fc1-9a1e-75559d642866' ,
143141 trace_id : tx . traceId ,
144142 span_id : segment . id ,
@@ -184,7 +182,7 @@ test.afterEach(afterEach)
184182 'http.statusCode' : 400 ,
185183 'error.message' : expectedMsg ,
186184 'error.code' : expectedType ,
187- embedding_id : / [ a - f 0 - 9 ] { 36 } /
185+ embedding_id : / [ a - f 0 - 9 ] { 32 } /
188186 } ,
189187 agentAttributes : {
190188 spanId : / \w + /
@@ -202,8 +200,7 @@ test.afterEach(afterEach)
202200 const embedding = events . filter ( ( [ { type } ] ) => type === 'LlmEmbedding' ) [ 0 ]
203201 const [ segment ] = tx . trace . getChildren ( tx . trace . root . id )
204202 const expectedEmbedding = {
205- id : / [ a - f 0 - 9 ] { 36 } / ,
206- appName : 'New Relic for Node.js tests' ,
203+ id : / [ a - f 0 - 9 ] { 32 } / ,
207204 request_id : '743dd35b-744b-4ddf-b5c6-c0f3de2e3142' ,
208205 trace_id : tx . traceId ,
209206 span_id : segment . id ,
0 commit comments