We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a0b33 commit b96c064Copy full SHA for b96c064
tests/api-resources/kv/namespaces/values.test.ts
@@ -66,7 +66,8 @@ describe('resource values', () => {
66
);
67
});
68
69
- test('get: required and optional params', async () => {
+ // HTTP 406 from prism
70
+ test.skip('get: required and optional params', async () => {
71
const response = await cloudflare.kv.namespaces.values.get('0f2ac74b498b48028cb68387c421e279', 'My-Key', {
72
account_id: '023e105f4ecef8ad9ca31a8372d0c353',
73
0 commit comments