We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f69ab commit 1757c40Copy full SHA for 1757c40
tests/api-resources/vals/files.test.ts
@@ -104,7 +104,8 @@ describe('resource files', () => {
104
});
105
106
107
- test('getContent: required and optional params', async () => {
+ // Mock server doesn't support application/octet-stream responses
108
+ test.skip('getContent: required and optional params', async () => {
109
const response = await client.vals.files.getContent('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e', {
110
path: 'path',
111
branch_id: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
0 commit comments