Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrenner committed Sep 4, 2024
1 parent f3a6d47 commit 4ba861e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datadog-plugin-openai/test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 4ba861e

Please sign in to comment.