Skip to content

Commit ceec8f9

Browse files
authored
test: Updated an openai assertion with setTimeout disabled (#3421)
1 parent b925d3d commit ceec8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/versioned/openai/chat-completions.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ test('chat.completions.create', async (t) => {
405405
assertSegments(
406406
tx.trace,
407407
tx.trace.root,
408-
['timers.setTimeout', `External/${host}:${port}/chat/completions`],
408+
[`External/${host}:${port}/chat/completions`],
409409
{ exact: false }
410410
)
411411

0 commit comments

Comments
 (0)