From 4ba861ebdfafbaf8eda30f92bfca87629b73f6ce Mon Sep 17 00:00:00 2001 From: Sam Brenner Date: Wed, 4 Sep 2024 13:51:00 -0400 Subject: [PATCH] remove .only --- packages/datadog-plugin-openai/test/index.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/datadog-plugin-openai/test/index.spec.js b/packages/datadog-plugin-openai/test/index.spec.js index f58fc48de3b..b10b912dbb4 100644 --- a/packages/datadog-plugin-openai/test/index.spec.js +++ b/packages/datadog-plugin-openai/test/index.spec.js @@ -3616,7 +3616,7 @@ describe('Plugin', () => { await checkTraces }) - it.only('makes a successful chat completion call with tools and content', async () => { + it('makes a successful chat completion call with tools and content', async () => { nock('https://api.openai.com:443') .post('/v1/chat/completions') .reply(200, function () {