We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89cea27 commit e109d40Copy full SHA for e109d40
tests/api-resources/audio/speech.test.ts
@@ -8,7 +8,7 @@ const openai = new OpenAI({
8
});
9
10
describe('resource speech', () => {
11
- // Mocked tests are currently broken
+ // binary tests are currently broken
12
test.skip('create: required and optional params', async () => {
13
const response = await openai.audio.speech.create({
14
input: 'string',
0 commit comments