Skip to content

Commit 1757c40

Browse files
fix(internal): skip tests that depend on mock server
1 parent 14f69ab commit 1757c40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/api-resources/vals/files.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ describe('resource files', () => {
104104
});
105105
});
106106

107-
test('getContent: required and optional params', async () => {
107+
// Mock server doesn't support application/octet-stream responses
108+
test.skip('getContent: required and optional params', async () => {
108109
const response = await client.vals.files.getContent('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e', {
109110
path: 'path',
110111
branch_id: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',

0 commit comments

Comments
 (0)