Skip to content

Commit

Permalink
feat(api): update via SDK Studio (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jun 17, 2024
1 parent 91a0b33 commit b96c064
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/api-resources/kv/namespaces/values.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ describe('resource values', () => {
);
});

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

0 comments on commit b96c064

Please sign in to comment.