Skip to content

Commit 9b41a24

Browse files
chore(api): re-enable audio unit tests
Now that codegen issue is fixed, reenable the audio tests.
1 parent c075e7e commit 9b41a24

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 33
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2Ftogetherai-9ca24c17ccf9b0b4c2d27c09881dc74bf4cb44efc7a5ccb7d54fa15caee095d1.yml
33
openapi_spec_hash: 306c08678a0677f1deb1d35def6f8713
4-
config_hash: fa59b4c1ab0a2e74aa855e7227b10c7d
4+
config_hash: ae07f8cefe84a8a01ae2d0c8ddc2ef32

tests/api-resources/audio.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ const client = new Together({
88
});
99

1010
describe('resource audio', () => {
11-
// AttributeError: BinaryAPIResponse object has no attribute response
12-
test.skip('create: required and optional params', async () => {
11+
test('create: required and optional params', async () => {
1312
const response = await client.audio.create({
1413
input: 'input',
1514
model: 'cartesia/sonic',

0 commit comments

Comments
 (0)