Skip to content

Commit b96c064

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): update via SDK Studio (#956)
1 parent 91a0b33 commit b96c064

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/api-resources/kv/namespaces/values.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ describe('resource values', () => {
6666
);
6767
});
6868

69-
test('get: required and optional params', async () => {
69+
// HTTP 406 from prism
70+
test.skip('get: required and optional params', async () => {
7071
const response = await cloudflare.kv.namespaces.values.get('0f2ac74b498b48028cb68387c421e279', 'My-Key', {
7172
account_id: '023e105f4ecef8ad9ca31a8372d0c353',
7273
});

0 commit comments

Comments
 (0)